Skip to content

Commit

Permalink
Update guides/source/active_record_callbacks.md
Browse files Browse the repository at this point in the history
Co-authored-by: hatsu <hajiwata0308@gmail.com>
  • Loading branch information
Ridhwana and hatsu38 committed May 2, 2024
1 parent 6272294 commit 6f913ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/active_record_callbacks.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ Confirmation email sent to: john.doe@example.com
=> #<User id: 1, email: "john.doe@example.com", ...>
irb> user.update(email: "john.doe.new@example.com")
Notification sent to admin about critical info update for: john.doe@example.com
Notification sent to admin about critical info update for: john.doe.new@example.com
=> true
```

Expand Down

0 comments on commit 6f913ce

Please sign in to comment.