1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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