aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorKasper Timm Hansen <kaspth@gmail.com>2017-01-08 20:56:38 +0100
committerGitHub <noreply@github.com>2017-01-08 20:56:38 +0100
commit7f19f30819dd5a5a788ad9d8b12b5dda76559a12 (patch)
tree4cc10cda2fca824cd3a41ce5783452c3fff021d0 /guides/source
parentee47aab757b21740372441ff7d77b63201cb432d (diff)
parent115e31440cd48a5c6f00675f69b93eb7d4410181 (diff)
downloadrails-7f19f30819dd5a5a788ad9d8b12b5dda76559a12.tar.gz
rails-7f19f30819dd5a5a788ad9d8b12b5dda76559a12.tar.bz2
rails-7f19f30819dd5a5a788ad9d8b12b5dda76559a12.zip
Merge pull request #25427 from eugeneius/update_increment_documentation
Update increment! documentation [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/active_record_callbacks.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/guides/source/active_record_callbacks.md b/guides/source/active_record_callbacks.md
index 868daf2435..666d987f8c 100644
--- a/guides/source/active_record_callbacks.md
+++ b/guides/source/active_record_callbacks.md
@@ -202,11 +202,9 @@ The following methods trigger callbacks:
* `create`
* `create!`
-* `decrement!`
* `destroy`
* `destroy!`
* `destroy_all`
-* `increment!`
* `save`
* `save!`
* `save(validate: false)`