This project is archived and is in readonly mode.
[PATCH] Allow resource(s) to specify a custom controller
Reported by Sam Pohlenz | January 16th, 2010 @ 12:43 AM | in 3.0.2
This patch allows resource
and
resources
declarations to specify a custom controller
name. This functionality had been suggested in the routing tests
(resources :projects, :controller => :project
) but
was not yet implemented.
Comments and changes to this ticket
-
Rizwan Reza January 16th, 2010 @ 08:45 AM
- Tag changed from actiondispatch, patch, routing to actiondispatch, bugmash, patch, review, routing
- Assigned user set to josh
+1 verified
This applies cleanly and is a worthy addition.
-
josh January 16th, 2010 @ 08:45 PM
- Milestone cleared.
- State changed from new to open
-
Repository January 16th, 2010 @ 09:17 PM
- State changed from open to resolved
(from [e9a1dbe79a6610793a71af227aaf64ff55554cad]) Allow custom controller for resource(s) [#3703 state:resolved] http://github.com/rails/rails/commit/e9a1dbe79a6610793a71af227aaf64...
-
Jeremy Kemper October 15th, 2010 @ 11:01 PM
- Milestone set to 3.0.2
- Importance changed from to Medium
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>
People watching this ticket
Attachments
Referenced by
- 3703 [PATCH] Allow resource(s) to specify a custom controller (from [e9a1dbe79a6610793a71af227aaf64ff55554cad]) Allow c...