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:
siddhantbajaj 2017-07-18 02:57:46 +05:30
parent e2bad46d00
commit 1391668c0f
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]