mirror of https://github.com/rails/rails
Initialize accessors to remove some warnings in Ruby 2.0
This commit is contained in:
parent
3a890681fa
commit
4a7a858ae7
|
@ -407,6 +407,8 @@ module Rails
|
|||
end
|
||||
end
|
||||
|
||||
self.isolated = false
|
||||
|
||||
delegate :middleware, :root, :paths, to: :config
|
||||
delegate :engine_name, :isolated?, to: "self.class"
|
||||
|
||||
|
|
Loading…
Reference in New Issue