Ruby 1.9 compat: remove stray colon

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8582 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Jeremy Kemper
2008-01-07 00:12:32 +00:00
parent 7671e98397
commit 2b326a7155

View File

@@ -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)