Skip to content

Instantly share code, notes, and snippets.

@beaucollins
Created November 2, 2009 21:36
Show Gist options
  • Save beaucollins/224481 to your computer and use it in GitHub Desktop.
Save beaucollins/224481 to your computer and use it in GitHub Desktop.
ActionController::Routing::Routes.draw do |map|
map.resources :famewars, :collection => {:download => :get, :thanks => :get, :past_winners => :get}, :path_names => {:past_winners => 'past-winners'}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment