Changed physical_ticket to plural
This commit is contained in:
parent
2247231d6e
commit
568d89b620
12 changed files with 10 additions and 10 deletions
|
|
@ -19,7 +19,7 @@ class PaymentsController < ApplicationController
|
|||
|
||||
if @payment.purchase && @payment.save
|
||||
update_purchased_ticket_purchases
|
||||
redirect_to conference_physical_ticket_index_path,
|
||||
redirect_to conference_physical_tickets_path,
|
||||
notice: 'Thanks! Your ticket is booked successfully.'
|
||||
else
|
||||
@total_amount_to_pay = Ticket.total_price(@conference, current_user, paid: false)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue