1
0
Fork 0
allpro/config/routes.rb

5 lines
92 B
Ruby

Allpro::Application.routes.draw do
root :to => 'workouts#index'
resources :workouts
end