glebm / to_spreadsheet

Render XLSX from Rails using existing views (html ⇒ xlsx)
Other
91 stars 37 forks source link

Added Chronic import to default theme #28

Closed G0dwin closed 8 years ago

G0dwin commented 8 years ago

When a datetime or time field is parsed, a uninitialized constant ToSpreadsheet::Themes::Default::Chronic error is thrown. This should fix that problem.

I have verified this in my own branch and it works as expected.