Skip to content

Instantly share code, notes, and snippets.

@tygerbytes
Created December 11, 2018 19:13
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 tygerbytes/9636d34add7f8464a1b4916b98e264bf to your computer and use it in GitHub Desktop.
Save tygerbytes/9636d34add7f8464a1b4916b98e264bf to your computer and use it in GitHub Desktop.
Rails.application.routes.draw do
namespace :static_pages, path: '/' do
get 'about'
get 'health_check'
end
get 'target_pace/calc'
root 'target_pace#index'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment