lib/authn/model.rb in authn-3.5.0 vs lib/authn/model.rb in authn-3.7.2
- old
+ new
@@ -39,9 +39,10 @@
end
private
def merge_config_with(options)
+ options[:account_klass] = name unless options.has_key? :account_klass
config.merge! AuthN.config.dump.merge options
end
end
end
end