module ActiveModel::Dirty

def attribute_previously_changed?(attr) #:nodoc:

:nodoc:
Handles *_previously_changed? for +method_missing+.
def attribute_previously_changed?(attr) #:nodoc:
  previous_changes_include?(attr)
end