RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: acdcwebs
Site: http://www.fuhsale.com/
I had the same issue but your change gave me the error: can't convert Array into Hash
can't convert Array into Hash
format.csv { send_data Product.to_csv } worked for me.
format.csv { send_data Product.to_csv }
I had the same issue but your change gave me the error:
can't convert Array into Hash
format.csv { send_data Product.to_csv }
worked for me.