Skip to content

Commit 0733ab5

Browse files
authored
Merge pull request rails#52076 from ibramsterdam/update-active-record-callback-documentation
docs: update list of methods that trigger active record callbacks [ci skip]
2 parents 78d6559 + 546b6aa commit 0733ab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/source/active_record_callbacks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -622,6 +622,7 @@ The following methods trigger callbacks:
622622
* `toggle!`
623623
* `touch`
624624
* `update_attribute`
625+
* `update_attribute!`
625626
* `update`
626627
* `update!`
627628
* `valid?`

0 commit comments

Comments
 (0)