Method: ActiveRecord::Transactions#save
- Defined in:
- lib/active_record/transactions.rb
#save ⇒ Object
:nodoc:
268 269 270 271 272 |
# File 'lib/active_record/transactions.rb', line 268 def save(*) #:nodoc: rollback_active_record_state! do with_transaction_returning_status { super } end end |