Skip to content

Instantly share code, notes, and snippets.

@jtorreggiani
Created February 25, 2019 21:48
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 jtorreggiani/6fc89d8aab7e6c166aa2f0581792a2aa to your computer and use it in GitHub Desktop.
Save jtorreggiani/6fc89d8aab7e6c166aa2f0581792a2aa to your computer and use it in GitHub Desktop.
config/routes.rb
Rails.application.routes.draw do
resources :posts
root "posts#index"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment