Update index.pdf.prawn

Removed attending_social_events attribute from the prawn file. The same question "Are you attending social events?" could possibly now be asked as a custom question.
This commit is contained in:
Shubhankar Deshpande 2015-02-13 07:17:43 +05:30
parent 01f96e27e0
commit e72af56649

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