Skip to content

Commit

Permalink
removed : warning: `*' interpreted as argument prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
arunagw committed Aug 28, 2012
1 parent e4b33b0 commit 72bcd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_dispatch/routing/url_for.rb
Expand Up @@ -96,7 +96,7 @@ module UrlFor
self.default_url_options = {}
end

include *_url_for_modules if respond_to?(:_url_for_modules)
include(*_url_for_modules) if respond_to?(:_url_for_modules)
end

def initialize(*)
Expand Down

0 comments on commit 72bcd9e

Please sign in to comment.