1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Initialize accessors to remove some warnings in Ruby 2.0

This commit is contained in:
Arun Agrawal 2012-11-21 00:48:21 +05:30
parent 3a890681fa
commit 4a7a858ae7

View file

@ -407,6 +407,8 @@ module Rails
end
end
self.isolated = false
delegate :middleware, :root, :paths, to: :config
delegate :engine_name, :isolated?, to: "self.class"