mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
✂️ whitespaces
This commit is contained in:
@@ -79,7 +79,7 @@ module Devise
|
||||
if class_mod.respond_to?(:available_configs)
|
||||
available_configs = class_mod.available_configs
|
||||
available_configs.each do |config|
|
||||
next unless options.key?(config)
|
||||
next unless options.key?(config)
|
||||
send(:"#{config}=", options.delete(config))
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user