method
mutations_from_database
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::Dirty
mutations_from_database()private
No documentation available.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 261
def mutations_from_database
unless defined?(@mutations_from_database)
@mutations_from_database = nil
end
@mutations_from_database ||= mutation_tracker
end