Module: MassiveRecord::ORM::IdFactory::ClassMethods
- Defined in:
- lib/massive_record/orm/id_factory.rb
Instance Method Summary collapse
-
#next_for(table) ⇒ Object
Delegates to the instance, just a shout cut.
Instance Method Details
#next_for(table) ⇒ Object
Delegates to the instance, just a shout cut.
16 17 18 |
# File 'lib/massive_record/orm/id_factory.rb', line 16 def next_for(table) instance.next_for(table) end |