mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
initialize prefixes in LookupContext.
This commit is contained in:
parent
65ceccb0ba
commit
88c21121f1
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ module ActionView
|
|||
@details, @details_key = { :handlers => default_handlers }, nil
|
||||
@frozen_formats, @skip_default_locale = false, false
|
||||
@cache = true
|
||||
@prefixes = []
|
||||
|
||||
self.view_paths = view_paths
|
||||
self.registered_detail_setters.each do |key, setter|
|
||||
|
|
Loading…
Reference in a new issue