Rails Routing

Designing URLs

Ruby on Rails includes powerful tools for customizing and routing URLs. We'll show you how to define which URL will point to which page in our app.

Extra Credit

Take a look at the resources documentation. Try updating the routes file so the statuses resources is served from /updates not /statuses . Configure it so the new action is available under /updates/create