temp
This commit is contained in:
parent
c1fe73df03
commit
7e37b52e20
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ class TicketPurchasesController < ApplicationController
|
||||||
|
|
||||||
# Create a ticket purchase which can be paid or unpaid
|
# Create a ticket purchase which can be paid or unpaid
|
||||||
message = TicketPurchase.purchase(@conference, current_user, params[:tickets].try(:first))
|
message = TicketPurchase.purchase(@conference, current_user, params[:tickets].try(:first))
|
||||||
|
# The new ticket_purchase has been added to the database. current_user.ticket_purchases contains the new one.
|
||||||
current_ticket_purchase = ?
|
current_ticket_purchase = ?
|
||||||
|
|
||||||
# Failed to create ticket purchase
|
# Failed to create ticket purchase
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue