Skip to content

Instantly share code, notes, and snippets.

@ppworks
Created July 26, 2012 09:38
Show Gist options
  • Save ppworks/3181237 to your computer and use it in GitHub Desktop.
Save ppworks/3181237 to your computer and use it in GitHub Desktop.
routes.rb resourcesの入れ子
My::Application.routes.draw do
resources :groups do
resources :tasks
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment