mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Do a single string interpolation.
This commit is contained in:
@@ -813,7 +813,7 @@ module ActionView
|
||||
if asset_id.empty?
|
||||
source
|
||||
else
|
||||
source + "?#{asset_id}"
|
||||
"#{source}?#{asset_id}"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user