mirror of
https://github.com/github/rails.git
synced 2026-01-29 08:18:03 -05:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user