method
_has_attribute?
v8.0.0 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::ClassMethods
_has_attribute?(attr_name)public
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 259
def _has_attribute?(attr_name) # :nodoc:
attribute_types.key?(attr_name)
end