From 2b326a7155ec74c7dad2c7adbd4356976847d411 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 7 Jan 2008 00:12:32 +0000 Subject: Ruby 1.9 compat: remove stray colon git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8582 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/asset_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view/helpers/asset_tag_helper.rb') diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb index fd01fd60bc..b367866a4b 100644 --- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb @@ -477,7 +477,7 @@ module ActionView if host = ActionController::Base.asset_host if host.is_a?(Proc) case host.arity - when 2: + when 2 host.call(source, @controller.request) else host.call(source) -- cgit v1.2.3