Project

General

Profile

Actions

Refactor #13895

closed

Replace deprecated :to with :action in routes

Added by Dominic Cleal about 8 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Rails
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

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.

Actions

Also available in: Atom PDF