method
pk_attribute?
v8.1.1 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods
pk_attribute?(name)private
No documentation available.
# File activerecord/lib/active_record/attribute_methods.rb, line 543
def pk_attribute?(name)
name == @primary_key
end