Merge pull request #50143 from danbernier/fix-dirty-was-docs

Fix ActiveModel::Dirty#*_was documentation [ci skip]
This commit is contained in:
Jonathan Hefner 2023-11-22 13:39:13 -06:00 committed by GitHub
commit a5d243f573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -187,7 +187,7 @@ module Dirty
#
# person = Person.new(name: 'Steph')
# person.name = 'Stephanie'
# person.name_change # => ['Steph', 'Stephanie']
# person.name_was # => 'Steph'
##
# :method: *_previous_change