diff --git a/app/mailers/ticket_mailer.rb b/app/mailers/ticket_mailer.rb index 79a066c..8164572 100755 --- a/app/mailers/ticket_mailer.rb +++ b/app/mailers/ticket_mailer.rb @@ -1,4 +1,6 @@ class TicketMailer < ApplicationMailer + helper :tickets + def purchase_confirmation_order(order) @order = order @user = order.user