mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Small comment fix
This commit is contained in:
parent
a9f7b3258a
commit
0388380614
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ module Devise
|
|||
end
|
||||
end
|
||||
|
||||
# Check all available mapings and only load related controllers.
|
||||
# Check all available mappings and only load related controllers.
|
||||
def eager_load!
|
||||
mappings = Devise.mappings.values.map(&:modules).flatten.uniq
|
||||
controllers = Devise::CONTROLLERS.values_at(*mappings)
|
||||
|
@ -47,4 +47,4 @@ module Devise
|
|||
super
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue