aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/callbacks.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/callbacks.rb b/activesupport/lib/active_support/callbacks.rb
index 05204d34e4..d869770489 100644
--- a/activesupport/lib/active_support/callbacks.rb
+++ b/activesupport/lib/active_support/callbacks.rb
@@ -254,8 +254,6 @@ module ActiveSupport
# on the object.
def make_lambda(filter)
case filter
- when Array
- filter.map {|f| _compile_options(f)}
when Symbol
lambda { |target, value, &blk|
target.send filter, &blk