module ActiveModel::Dirty

def attribute_changed_in_place?(attr_name) # :nodoc:

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