method
changes_include?
v4.2.7 -
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 80
def changes_include?(attr_name)
super || attribute_changed_in_place?(attr_name)
end