Guest User

Untitled

a guest
May 26th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. users GET /users(.:format) {:controller=>"users", :action=>"index"}
  2.  
  3. map.connect 'post/:id', :controller => 'posts', :action => 'create_comment',
  4. :conditions => { :method => :get }
Add Comment
Please, Sign In to add comment