You are here: Home // Routing
Ruby on Rails Routing
Podcast: Play in new window
| Download
Ruby on Rails routing can be a little confusing. Here are some of the high points.
The root path is specified by the ‘root’ method. It matches the ‘/’ path and behaves like ‘match’.
The ‘match’ method will match the requested path to the string passed to match and route to the controller and action specified....
Tags: collection, helpers, member, rails, rest, restful resources, routes, routing, ruby, ruby on rails

