aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/configurable.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/configurable.rb')
-rw-r--r--activesupport/lib/active_support/configurable.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/configurable.rb b/activesupport/lib/active_support/configurable.rb
index 36634bd7f3..3d91560833 100644
--- a/activesupport/lib/active_support/configurable.rb
+++ b/activesupport/lib/active_support/configurable.rb
@@ -30,7 +30,7 @@ module ActiveSupport
superclass.config.inheritable_copy
else
# create a new "anonymous" class that will host the compiled reader methods
- Class.new(Configuration).new({})
+ Class.new(Configuration).new
end
end