Merge pull request #1576 from siddhantbajaj/qr-code
Add token field in ticket
This commit is contained in:
commit
e2bad46d00
8 changed files with 33 additions and 9 deletions
|
|
@ -9,7 +9,7 @@ describe PhysicalTicketController do
|
|||
describe 'GET #show' do
|
||||
before :each do
|
||||
sign_in user
|
||||
get :show, id: physical_ticket.id, conference_id: conference.short_title
|
||||
get :show, id: physical_ticket.token, conference_id: conference.short_title
|
||||
end
|
||||
|
||||
it 'assigns ticket_layout' do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue