method
attribute_method?
v5.0.0.1 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::PrimaryKey
attribute_method?(attr_name)protected
No documentation available.
# File activerecord/lib/active_record/attribute_methods/primary_key.rb, line 50
def attribute_method?(attr_name)
attr_name == 'id' || super
end