method
changes_include?
rails latest stable - Class:
ActiveRecord::AttributeMethods::Dirty
changes_include?(attr_name)private
No documentation available.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 268
def changes_include?(attr_name)
super || mutation_tracker.changed?(attr_name)
end