mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix a typo in load_once_paths [#4357 state:resolved] (ht: Kim Altintop)
This commit is contained in:
parent
d748cc3cd0
commit
b22d0914ac
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ module Rails
|
|||
end
|
||||
|
||||
def load_once_paths
|
||||
@eager_load_paths ||= paths.load_once
|
||||
@load_once_paths ||= paths.load_once
|
||||
end
|
||||
|
||||
def load_paths
|
||||
|
|
Loading…
Reference in a new issue