Minor changes
This commit is contained in:
parent
2e03bb64ab
commit
b0bc9d4cb0
2 changed files with 4 additions and 36 deletions
|
|
@ -33,9 +33,9 @@ class ConferenceRegistrationsController < ApplicationController
|
|||
@total_quantity = @tickets.group(:ticket_id).sum(:quantity)
|
||||
@file_name = "ticket_for_#{@conference.short_title}"
|
||||
respond_to do |format|
|
||||
format.html
|
||||
format.pdf {}
|
||||
end
|
||||
format.html
|
||||
format.pdf {}
|
||||
end
|
||||
end
|
||||
|
||||
def edit; end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue