Merge pull request #1559 from siddhantbajaj/purchase-index
[WIP] Ticket Purchase Index Page
This commit is contained in:
commit
e25de318bd
5 changed files with 43 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ class PhysicalTicketController < ApplicationController
|
|||
|
||||
def index
|
||||
@physical_tickets = current_user.physical_tickets.by_conference(@conference)
|
||||
@unpaid_ticket_purchases = current_user.ticket_purchases.by_conference(@conference).unpaid
|
||||
end
|
||||
|
||||
def show
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue