method
inherited
v7.2.3 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods
inherited(base)private
No documentation available.
# File activerecord/lib/active_record/attribute_methods/primary_key.rb, line 146
def inherited(base)
super
base.class_eval do
@primary_key = PRIMARY_KEY_NOT_SET
@composite_primary_key = false
@quoted_primary_key = nil
@attributes_builder = nil
end
end