Skip to content

Instantly share code, notes, and snippets.

Created December 5, 2008 05:01
Show Gist options
  • Save anonymous/32243 to your computer and use it in GitHub Desktop.
Save anonymous/32243 to your computer and use it in GitHub Desktop.
map.connect ':controller/:action/:id'
map.connect ':controller/:action/:id.:format'
map.root :controller => "admin"
map.resources :paciente, :nombre => {:auto_complete_for_paciente_nombre => :get }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment