Skip to content

Instantly share code, notes, and snippets.

@hosh
Created May 14, 2010 21:55
Show Gist options
  • Save hosh/401721 to your computer and use it in GitHub Desktop.
Save hosh/401721 to your computer and use it in GitHub Desktop.
ActionController::Routing::Routes.draw do |map|
map.root :controller => :home, :action => :index
map.resources :servicios
map.resources :nosotros
#map.servicios '/servicios/consultorias', :controller => 'servicios', :action => 'consultoria'
map.connect "/servicios/:action", :controller => "servicios"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment