Skip to content

Instantly share code, notes, and snippets.

@VitorRibeiroCustodio
Created August 14, 2019 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VitorRibeiroCustodio/65b26de1d4bc126d81cbbaa54189dae5 to your computer and use it in GitHub Desktop.
Save VitorRibeiroCustodio/65b26de1d4bc126d81cbbaa54189dae5 to your computer and use it in GitHub Desktop.
Rails.application.routes.draw do
resources :posts do
resources :comments
end
# For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment