Skip to content

Commit

Permalink
doc fix (closes #3972) [robby]
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3682 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Feb 27, 2006
1 parent 8203a2a commit adccb31
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions activerecord/lib/active_record/callbacks.rb
Expand Up @@ -13,15 +13,15 @@ module ActiveRecord
# * (2) before_validation_on_create
# * (-) validate
# * (-) validate_on_create
# * (4) after_validation
# * (5) after_validation_on_create
# * (6) before_save
# * (7) before_create
# * (3) after_validation
# * (4) after_validation_on_create
# * (5) before_save
# * (6) before_create
# * (-) create
# * (8) after_create
# * (9) after_save
# * (7) after_create
# * (8) after_save
#
# That's a total of nine callbacks, which gives you immense power to react and prepare for each state in the
# That's a total of eight callbacks, which gives you immense power to react and prepare for each state in the
# Active Record lifecycle.
#
# Examples:
Expand Down

0 comments on commit adccb31

Please sign in to comment.