Merge pull request #897 from 4bic/4bic-patch-1

Update routes.rb
This commit is contained in:
Stella Rouzi 2016-03-22 14:10:57 +02:00
commit 3a167ef428

View file

@ -27,7 +27,6 @@ Osem::Application.routes.draw do
resource :schedule, only: [:show, :update]
get 'commercials/render_commercial' => 'commercials#render_commercial'
resources :commercials, only: [:index, :create, :update, :destroy]
get '/stats' => 'stats#index'
get '/dietary_choices' => 'dietchoices#show', as: 'dietary_list'
patch '/dietary_choices' => 'dietchoices#update', as: 'dietary_update'
get '/volunteers_list' => 'volunteers#show'