Skip to content

Instantly share code, notes, and snippets.

@dira
Created March 1, 2009 19:06
Show Gist options
  • Save dira/72436 to your computer and use it in GitHub Desktop.
Save dira/72436 to your computer and use it in GitHub Desktop.
# change name for generated routes
map.resources :posts, :as => 'articles'
# manually update any custom routes that use the old name
map.post_draft '/article/:id/:token', :controller => 'posts', :action => 'show', :conditions => { :method => :get }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment