Merge pull request #18 from differentreality/stats

Stats
This commit is contained in:
Henne Vogelsang 2013-07-12 04:43:23 -07:00
commit 83b20dfc58
6 changed files with 227 additions and 0 deletions

View file

@ -9,6 +9,7 @@ Osem::Application.routes.draw do
resources :conference do
get "/schedule" => "schedule#show"
put "/schedule" => "schedule#update"
get "/stats" => "stats#index"
get "/registrations" => "registrations#show"
get "/registrations/edit" => "registrations#edit"
put "/registrations/edit" => "registrations#update"