method
_field_changed?
rails latest stable - Class:
ActiveRecord::AttributeMethods::Dirty
_field_changed?(attr, old_value)private
No documentation available.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 142
def _field_changed?(attr, old_value)
@attributes[attr].changed_from?(old_value)
end