Module: Superstore::AttributeMethods::PrimaryKey::ClassMethods
- Defined in:
- lib/superstore/attribute_methods/primary_key.rb
Instance Method Summary collapse
Instance Method Details
#primary_key ⇒ Object
14 15 16 |
# File 'lib/superstore/attribute_methods/primary_key.rb', line 14 def primary_key 'id' end |