Skip to content

Instantly share code, notes, and snippets.

@jcasimir
Created April 26, 2011 00:13
Show Gist options
  • Save jcasimir/941523 to your computer and use it in GitHub Desktop.
Save jcasimir/941523 to your computer and use it in GitHub Desktop.
JSBlogger::Application.routes.draw do
resources :articles
resources :comments
match '/' => 'articles#index'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment