Skip to content

Instantly share code, notes, and snippets.

@yuheiomori
Created December 17, 2009 01:56
Show Gist options
  • Save yuheiomori/258449 to your computer and use it in GitHub Desktop.
Save yuheiomori/258449 to your computer and use it in GitHub Desktop.
map.connect 'users/:user_name',:controller => 'users' ,:action => 'show' ,:conditions => {:method => :get }
map.resources :users,:execpt => [:show]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment