Actions
Refactor #13895
closedReplace deprecated :to with :action in routes
Description
Rails 4.2 deprecates route specifications with :to when they contain only an action name, issuing warnings. They should be using :action instead.
http://edgeguides.rubyonrails.org/4_2_release_notes.html#action-pack-deprecations
:to specifications with "controller#action" remain valid and unchanged.
Updated by The Foreman Bot almost 9 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3236 added
Updated by Dominic Cleal almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset b564efcd155cc863b4a1f37e769121f116ef5897.
Updated by Dominic Cleal almost 9 years ago
- Translation missing: en.field_release set to 136
Actions