Add routes and controller to scan Qr code
Added TicketScanning controller and routes to scan qr code on PhysicalTickets. Added test for the same
This commit is contained in:
parent
e2bad46d00
commit
1391668c0f
4 changed files with 85 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue