Refactor #27763
closed
Added by Amir Fefer over 5 years ago.
Updated over 5 years ago.
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.
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/7015 added
- Fixed in Releases 1.24.0 added
- Status changed from Ready For Testing to Closed
- Category set to Rails
- Fixed in Releases deleted (
1.24.0)
- Fixed in Releases 1.24.0 added
Also available in: Atom
PDF