method
_query_attribute
rails latest stable - Class:
ActiveRecord::AttributeMethods::Query
_query_attribute(attr_name)public
No documentation available.
# File activerecord/lib/active_record/attribute_methods/query.rb, line 19
def _query_attribute(attr_name) # :nodoc:
value = self._read_attribute(attr_name.to_s)
query_cast_attribute(attr_name, value)
end