working on categories for schools

This commit is contained in:
Jared Cosulich 2017-03-12 15:15:15 -04:00
parent a9335059ff
commit c0400700fc
3 changed files with 18 additions and 3 deletions

View file

@ -13,6 +13,7 @@ Rails.application.routes.draw do
end
end
resources :schedules
resources :categories, only: [:show]
end
# resources :attempts, only: [:get, :update]