Module: Mongoid::Threaded::Lifecycle::ClassMethods
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Extended In:
| |
Defined in: | lib/mongoid/threaded/lifecycle.rb |
Instance Method Summary
-
#_creating ⇒ Object
Execute a block in creating mode.
Instance Method Details
#_creating ⇒ Object
Execute a block in creating mode.
# File 'lib/mongoid/threaded/lifecycle.rb', line 141
def _creating Threaded.begin_execution(CREATE) yield ensure Threaded.exit_execution(CREATE) end