method
previous_changes_include?
rails latest stable - Class:
ActiveModel::Dirty
previous_changes_include?(attr_name)private
Returns true if attr_name were changed before the model was saved, false otherwise.
previous_changes_include?(attr_name)Returns true if attr_name were changed before the model was saved, false otherwise.