Skip to content

Instantly share code, notes, and snippets.

@ribrdb
Created November 29, 2010 23:49
Show Gist options
  • Select an option

  • Save ribrdb/720852 to your computer and use it in GitHub Desktop.

Select an option

Save ribrdb/720852 to your computer and use it in GitHub Desktop.
import org.mirah.dubious.*
class MyApp < Router
resources :products, :posts, :categories
root :to => 'welcome#show'
match '/:controller(/:action(/:id))'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment