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:
parent
e1bccc5169
commit
70357666bc
1 changed files with 1 additions and 1 deletions
|
@ -813,7 +813,7 @@ module ActionView
|
|||
if asset_id.empty?
|
||||
source
|
||||
else
|
||||
source + "?#{asset_id}"
|
||||
"#{source}?#{asset_id}"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue