Method: Mongoid::Sessions::ClassMethods#with
- Defined in:
- lib/mongoid/sessions.rb
#with(options) ⇒ Class
Tell the next persistance operation to store in a specific collection, database or session.
323 324 325 326 |
# File 'lib/mongoid/sessions.rb', line 323 def with() Threaded.(self, ) self end |