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