module ActiveModel::Dirty

def attribute_was(attr_name) # :nodoc:

:nodoc:
Dispatch target for *_was attribute methods.
def attribute_was(attr_name) # :nodoc:
  mutations_from_database.original_value(attr_name.to_s)
end