Minor changes

This commit is contained in:
Siddhant Bajaj 2017-06-03 13:47:49 +05:30
parent 2e03bb64ab
commit b0bc9d4cb0
2 changed files with 4 additions and 36 deletions

View file

@ -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