Skip to content

Commit ff74da3

Browse files
committed
Fix log message inconsistency in hash_password method
1 parent 81ad035 commit ff74da3

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)