Skip to content

Commit 2f55eba

Browse files
authored
Merge pull request rails#52941 from kazuyainoue0124/fix_ar_callbacks_guide2
[ci-skip][docs]Fix log message inconsistency in hash_password method
2 parents 81ad035 + ff74da3 commit 2f55eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/active_record_callbacks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ end
283283
```irb
284284
irb> user = User.create(name: "Jane Doe", password: "password", email: "[email protected]")
285285
286-
Password encrypted for user with email: [email protected]
286+
Password hashed for user with email: [email protected]
287287
Saving user with email: [email protected]
288288
User saved with email: [email protected]
289289
Update Cache

0 commit comments

Comments
 (0)