Navigation Menu

Skip to content

Commit

Permalink
Merge pull request kjvarga#68 from academia-edu/master
Browse files Browse the repository at this point in the history
Use default adapter option in groups
  • Loading branch information
kjvarga committed Mar 23, 2012
2 parents 76e7fae + ca99547 commit 91f24a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/sitemap_generator/link_set.rb
Expand Up @@ -364,7 +364,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 91f24a6

Please sign in to comment.