Merge pull request #671 from differentreality/registrations_xls

Remove redundant code.
This commit is contained in:
Stella Rouzi 2015-07-02 21:27:15 +03:00
commit 124d275a09

View file

@ -27,6 +27,5 @@ wb.add_worksheet(name: 'registrations') do |sheet|
sheet.add_row row
end
sheet.column_info[8].width = [sheet.column_info[8].width, 30].min
end