Skip to content

Commit

Permalink
default
Browse files Browse the repository at this point in the history
  • Loading branch information
plukevdh committed Jun 15, 2011
1 parent a5e5b93 commit 6a32ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kaminari/helpers/tags.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class Tag
def initialize(template, options = {}) #:nodoc:
@template, @options = template, options.dup
@param_name = @options.delete(:param_name)
@url = @options.delete(:url)
@url = @options.delete(:url) || Kaminari.config.url
@theme = @options[:theme] ? "#{@options.delete(:theme)}/" : ''
@params = @options[:params] ? template.params.merge(@options.delete :params) : template.params
end
Expand Down

0 comments on commit 6a32ffe

Please sign in to comment.