aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/callbacks.rb
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2013-03-29 20:58:46 +0530
committerVipul A M <vipulnsward@gmail.com>2013-03-29 20:58:46 +0530
commitbd674fd4e58387c331a7608bbfd48a690471c556 (patch)
tree369b6a9ac5c91774f1770102bb1768687b9daf41 /activesupport/lib/active_support/callbacks.rb
parent8db99d3be8089fadabc9fe0848541f601438b401 (diff)
downloadrails-bd674fd4e58387c331a7608bbfd48a690471c556.tar.gz
rails-bd674fd4e58387c331a7608bbfd48a690471c556.tar.bz2
rails-bd674fd4e58387c331a7608bbfd48a690471c556.zip
change merge to merge!
Diffstat (limited to 'activesupport/lib/active_support/callbacks.rb')
-rw-r--r--activesupport/lib/active_support/callbacks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/callbacks.rb b/activesupport/lib/active_support/callbacks.rb
index f2d9df6d13..6c0cae71ed 100644
--- a/activesupport/lib/active_support/callbacks.rb
+++ b/activesupport/lib/active_support/callbacks.rb
@@ -315,7 +315,7 @@ module ActiveSupport
@config = {
:terminator => "false",
:scope => [ :kind ]
- }.merge(config)
+ }.merge!(config)
end
def compile