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