Actions
Refactor #27763
closedremove redundant url_for
Description
when `url_for` gets a string it returns the same string
url_for(compute_resource_path(@compute_resource))
equals to:
compute_resource_path(@compute_resource)
therefore there are few cases that url_for is redundant.
Updated by Amir Fefer over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset a53fe7ea145051a0bfee2cf9542bd82bc8c116e3.
Actions