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 The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7015 added
Updated by Amir Fefer over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset a53fe7ea145051a0bfee2cf9542bd82bc8c116e3.
Updated by Tomer Brisker over 5 years ago
- Category set to Rails
- Fixed in Releases deleted (
1.24.0)
Actions