method
_has_attribute?
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods
_has_attribute?(attr_name)public
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 319
def _has_attribute?(attr_name) # :nodoc:
@attributes.key?(attr_name)
end