Skip to content

Commit 76eb3eb

Browse files
committed
MONGOID-5104 fix indentation
1 parent 3a7cd7c commit 76eb3eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/release-notes/mongoid-7.5.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,8 @@ in ``after_*`` callbacks. This follows ActiveRecord/ActiveModel behavior.
133133
field :age, type: Integer
134134

135135
after_save do
136-
p self
137-
p attribute_was(:age)
136+
p self
137+
p attribute_was(:age)
138138
end
139139
end
140140

0 commit comments

Comments
 (0)