set @user correctly

This commit is contained in:
Michael Ball 2020-06-18 12:02:59 -07:00
parent 3432b9fd9e
commit 05fa9e8d3d
2 changed files with 4 additions and 1 deletions

View file

@ -9,6 +9,7 @@ class PhysicalTicketsController < ApplicationController
def index
@physical_tickets = current_user.physical_tickets.by_conference(@conference)
@unpaid_ticket_purchases = current_user.ticket_purchases.by_conference(@conference).unpaid
@user = current_user
end
def show