Adding resource category edit abilities

This commit is contained in:
2014-02-14 00:02:11 -07:00
parent 3f5a7012bd
commit 3d97e92eb7
19 changed files with 173 additions and 37 deletions

View File

@@ -9,6 +9,7 @@ Dooraccess::Application.routes.draw do
resources :payments
resources :resources
resources :resource_categories, except: :show
match 'statistics' => 'statistics#index', :as => :statistics
match 'statistics/mac_log' => 'statistics#mac_log', :as => :mac_statistics