1
0
Fork 0
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:
José Valim 2010-04-10 13:29:57 +02:00
parent d748cc3cd0
commit b22d0914ac

View file

@ -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