attribute_change(attr)
Handle *_change for method_missing.
# File activerecord/lib/active_record/dirty.rb, line 111 def attribute_change(attr) [changed_attributes[attr], __send__(attr)] if attribute_changed?(attr) end