method

mutations_before_last_save

rails latest stable - Class: ActiveRecord::AttributeMethods::Dirty

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

mutations_before_last_save()
private

No documentation available.

# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 164
        def mutations_before_last_save
          sync_with_transaction_state if @transaction_state&.finalized?
          super
        end