method

mutations_from_database

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_from_database()
private

No documentation available.

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