Skip to content

Instantly share code, notes, and snippets.

@giancarlosisasi
Created August 9, 2016 02:39
Show Gist options
  • Select an option

  • Save giancarlosisasi/76e0b92f80544a192d8a34452436a74b to your computer and use it in GitHub Desktop.

Select an option

Save giancarlosisasi/76e0b92f80544a192d8a34452436a74b to your computer and use it in GitHub Desktop.
# good
resources :comunity do
resources :users
end
resources :users do
resources :articles
end
resources :articles do
resources :comments
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment