This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.
attribute_changed?(attr)
Handle *_changed? for method_missing.
# File activerecord/lib/active_record/dirty.rb, line 106 def attribute_changed?(attr) changed_attributes.include?(attr) end