Skip to content

Instantly share code, notes, and snippets.

@biographie
Created July 20, 2013 15:06
Show Gist options
  • Save biographie/6045389 to your computer and use it in GitHub Desktop.
Save biographie/6045389 to your computer and use it in GitHub Desktop.
resources :companies do
resource :tasks
resources :contacts do
end
end
resources :contacts do
resources :tasks
end
devise_for :users
resources :users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment