module ActiveModel::Dirty
def attribute_changed_in_place?(attr_name) # :nodoc:
def attribute_changed_in_place?(attr_name) # :nodoc: mutations_from_database.changed_in_place?(attr_name.to_s) end
def attribute_changed_in_place?(attr_name) # :nodoc: mutations_from_database.changed_in_place?(attr_name.to_s) end