Guest User

Untitled

a guest
Dec 11th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Rails.application.routes.draw do
  2.  
  3. namespace :static_pages, path: '/' do
  4. get 'about'
  5. get 'health_check'
  6. end
  7.  
  8. get 'target_pace/calc'
  9.  
  10. root 'target_pace#index'
Add Comment
Please, Sign In to add comment