I'm following this railscasts #153, and I'm trying to add table data to prawn. I keep getting this error:
Prawn::Errors::UnrecognizedTableContent
Watch out, since prawn will get confused if your table contains any nil or non string values. Try using the .to_s method.
Example
@report.data.to_s
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With