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