This commit is contained in:
Shubhankar Deshpande 2015-03-26 13:33:37 +00:00
commit d7b8d6669d

View file

@ -3,7 +3,6 @@ prawn_document(:force_download=>true, :filename => @pdf_filename) do |pdf|
header_array = [" ",
"Name",
"Email",
"Attending Social Events",
"Attending With Partner",
"Arrival Date",
"Departure Date"]
@ -13,10 +12,6 @@ prawn_document(:force_download=>true, :filename => @pdf_filename) do |pdf|
row << ""
row << registration.name
row << registration.email
if registration.attending_social_events
row << "X"
else
row << " "
end
if registration.attending_with_partner.to_s