Skip to content

Instantly share code, notes, and snippets.

@domagude
Created October 13, 2017 08:16
Show Gist options
  • Save domagude/2d3ff7baa13ddccc93e050d5b2a0e620 to your computer and use it in GitHub Desktop.
Save domagude/2d3ff7baa13ddccc93e050d5b2a0e620 to your computer and use it in GitHub Desktop.
Route to a home page
Rails.application.routes.draw do
root to: 'pages#index'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment