Method: Mongoid::Errors::TransactionsNotSupported#initialize
- Defined in:
- lib/mongoid/errors/transactions_not_supported.rb
#initialize ⇒ TransactionsNotSupported
Create the error.
12 13 14 |
# File 'lib/mongoid/errors/transactions_not_supported.rb', line 12 def initialize super('transactions_not_supported') end |