Skip to content

Instantly share code, notes, and snippets.

@anarchivist
Created August 14, 2015 13:54
Show Gist options
  • Select an option

  • Save anarchivist/9515a66b9e922c7cccfb to your computer and use it in GitHub Desktop.

Select an option

Save anarchivist/9515a66b9e922c7cccfb to your computer and use it in GitHub Desktop.
CSV report error
F, [2015-08-14T09:47:48.552365 #13365] FATAL -- :
ActionView::Template::Error (nil can't be coerced into Fixnum):
1: <%= @field_value_report.headers.to_csv %><% @field_value_report.enumerate_rows.each do |row| %><%= row.to_csv %><% end %>
krikri (0.8.0) app/models/krikri/field_value_report.rb:76:in `+'
krikri (0.8.0) app/models/krikri/field_value_report.rb:76:in `block (2 levels) in enumerate_rows'
krikri (0.8.0) app/models/krikri/field_value_report.rb:67:in `loop'
krikri (0.8.0) app/models/krikri/field_value_report.rb:67:in `block in enumerate_rows'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment