Advertisement
ran5000

Untitled

Oct 2nd, 2012
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.28 KB | None | 0 0
  1. #config/routes.rb
  2.  
  3. map.user_widget "widget/uid/:uid", :controller => :widget, :action => :index
  4. map.public_widget "widget", :controller => :home
  5.  
  6. http://localhost:3000/widget -> leads to :controller => :home
  7. http://localhost:3000/widget?uid=123 -> leads to :controller => :home
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement