Skip to content

Instantly share code, notes, and snippets.

@scope2229
Created March 5, 2016 19:20
Show Gist options
  • Save scope2229/569968854b60e9d1f63c to your computer and use it in GitHub Desktop.
Save scope2229/569968854b60e9d1f63c to your computer and use it in GitHub Desktop.
config.rb
Rails.application.routes.draw do
root 'static_pages#home'
get 'static_pages/help' => 'static_pages#help'
get 'static_pages/about' => 'static_pages#about'
get 'static_pages/contact' => 'static_pages#contact'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment