1
0
Fork 0
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:
Carlos Antonio da Silva 2010-09-17 20:58:32 -03:00
parent a9f7b3258a
commit 0388380614

View file

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