method
attribute_was
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::AttributeMethods::Dirty
attribute_was(*)public
No documentation available.
# File activerecord/lib/active_record/attribute_methods/dirty.rb, line 215
def attribute_was(*)
emit_warning_if_needed("attribute_was", "attribute_before_last_save")
super
end