diff options
| author | Vijay Dev <vijaydev.cse@gmail.com> | 2015-02-14 15:35:47 +0000 |
|---|---|---|
| committer | Vijay Dev <vijaydev.cse@gmail.com> | 2015-02-14 15:35:47 +0000 |
| commit | 95546d493525a79f2da542c7e3fcff6cd5acca73 (patch) | |
| tree | 90bd2c1e9be0a1f3767da72d60bf3b519333c791 /activemodel/lib/active_model/callbacks.rb | |
| parent | 698afe1173c6501d29b98389204d3ac70aaea910 (diff) | |
| parent | 773dd2598d6158a553a33ab638795c128fc1cc8d (diff) | |
| download | rails-95546d493525a79f2da542c7e3fcff6cd5acca73.tar.gz rails-95546d493525a79f2da542c7e3fcff6cd5acca73.tar.bz2 rails-95546d493525a79f2da542c7e3fcff6cd5acca73.zip | |
Merge branch 'master' of github.com:rails/docrails
Diffstat (limited to 'activemodel/lib/active_model/callbacks.rb')
| -rw-r--r-- | activemodel/lib/active_model/callbacks.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activemodel/lib/active_model/callbacks.rb b/activemodel/lib/active_model/callbacks.rb index 6214802074..2cf39b68fb 100644 --- a/activemodel/lib/active_model/callbacks.rb +++ b/activemodel/lib/active_model/callbacks.rb @@ -49,7 +49,7 @@ module ActiveModel # puts 'block successfully called.' # end # - # You can choose not to have all three callbacks by passing a hash to the + # You can choose to have only specific callbacks by passing a hash to the # +define_model_callbacks+ method. # # define_model_callbacks :create, only: [:after, :before] |
