rmoriz (owner)

Revisions

  • 1bddea Thu Jan 22 02:59:20 -0800 2009
gist: 50499 Download_button fork
public
Public Clone URL: git://gist.github.com/50499.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
               users GET /users(.:format) {:action=>"index", :controller=>"users"}
                     POST /users(.:format) {:action=>"create", :controller=>"users"}
            new_user GET /users/new(.:format) {:action=>"new", :controller=>"users"}
           edit_user GET /users/:id/edit(.:format) {:action=>"edit", :controller=>"users"}
                user GET /users/:id(.:format) {:action=>"show", :controller=>"users"}
                     PUT /users/:id(.:format) {:action=>"update", :controller=>"users"}
                     DELETE /users/:id(.:format) {:action=>"destroy", :controller=>"users"}