Do a single string interpolation.

This commit is contained in:
thedarkone
2010-09-25 16:42:35 +02:00
parent e1bccc5169
commit 70357666bc

View File

@@ -813,7 +813,7 @@ module ActionView
if asset_id.empty?
source
else
source + "?#{asset_id}"
"#{source}?#{asset_id}"
end
end