Skip to content

Commit

Permalink
Merge pull request #45224 from dmichaux/fix-store-dirty-tracking-docu…
Browse files Browse the repository at this point in the history
…mentation

Fix store dirty tracking documentation [ci-skip]
  • Loading branch information
jonathanhefner committed May 31, 2022
2 parents 06c83d9 + 9348e19 commit 2d62fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/lib/active_record/store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ module ActiveRecord
# u.color = 'green'
# u.color_changed? # => true
# u.color_was # => 'black'
# u.color_change # => ['black', 'red']
# u.color_change # => ['black', 'green']
#
# # Add additional accessors to an existing store through store_accessor
# class SuperUser < User
Expand Down

0 comments on commit 2d62fd0

Please sign in to comment.