Issue#690: fixed Attendance Button

This commit is contained in:
raluka 2015-07-10 15:40:11 +02:00
parent 124d275a09
commit 3df77c84f6
3 changed files with 21 additions and 45 deletions

View file

@ -35,8 +35,8 @@ Osem::Application.routes.draw do
resources :registrations, except: [:create, :new] do
member do
patch :present
patch :absent
patch :toggle_attendance
end
end