attribute_changed?(attr)
Handle *_changed? for method_missing.
# File activemodel/lib/active_model/dirty.rb, line 148 def attribute_changed?(attr) changed_attributes.include?(attr) end