Skip to content
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.

Commit

Permalink
Use default adapter option in groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlower committed Mar 20, 2012
1 parent fbc2aed commit ca99547
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/sitemap_generator/link_set.rb
Expand Up @@ -347,7 +347,8 @@ def options_for_group(opts)
:public_path,
:sitemaps_host,
:verbose,
:default_host
:default_host,
:adapter
].inject({}) do |hash, key|
if value = instance_variable_get(:"@#{key}")
hash[key] = value
Expand Down

0 comments on commit ca99547

Please sign in to comment.