Skip to content

Instantly share code, notes, and snippets.

@gertig
Created November 8, 2010 14:49
Show Gist options
  • Save gertig/667768 to your computer and use it in GitHub Desktop.
Save gertig/667768 to your computer and use it in GitHub Desktop.
config/routes.rb
Callme::Application.routes.draw do
match ':controller(/:action(.:format))'
match ':controller(/:action(/:id(.:format)))'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment