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