houndci fixes

This commit is contained in:
Stella Rouzi 2014-05-15 20:55:27 +03:00
parent 7490316a5b
commit 544146e7a9
2 changed files with 10 additions and 6 deletions

View file

@ -16,8 +16,8 @@ Osem::Application.routes.draw do
get "/volunteers_list" => "volunteers#show"
get "/volunteers" => "volunteers#index", :as => "volunteers_info"
patch "/volunteers" => "volunteers#update", :as => "volunteers_update"
patch "/registrations/change_field" => "registrations#change_field"
patch '/registrations/change_field' => 'registrations#change_field'
resources :registrations
resources :difficulty_levels, only: [:show, :update, :index]