This commit is contained in:
Shlok Srivastava 2017-05-08 15:53:26 +00:00 committed by GitHub
commit aa974489df
69 changed files with 1371 additions and 377 deletions

View file

@ -1,5 +1,6 @@
Osem::Application.routes.draw do
post '/rate' => 'rater#create', as: 'rate'
if ENV['OSEM_ICHAIN_ENABLED'] == 'true'
devise_for :users, controllers: { registrations: :registrations }
else
@ -72,6 +73,7 @@ Osem::Application.routes.draw do
end
resources :resources
resources :votable_fields
resources :tickets
resources :sponsors, except: [:show]
resources :lodgings, except: [:show]