Merge pull request #1613 from siddhantbajaj/read-qr

Scan QR code.
This commit is contained in:
Ana María Martínez Gómez 2017-08-16 10:05:06 +02:00 committed by GitHub
commit 3f324d4e6f
4 changed files with 85 additions and 0 deletions

View file

@ -26,6 +26,7 @@ Osem::Application.routes.draw do
patch :toggle_confirmation
end
end
resource :ticket_scanning, only: [:create]
resources :comments, only: [:index]
resources :conferences do
resource :contact, except: [:index, :new, :create, :show, :destroy]