Ask A Question

Notifications

You’re not receiving notifications from this thread.

Add Download Button to csv-export

Sascha M. asked in General

Hi,
I did everything (and it's working!) regarding this episode:
https://gorails.com/episodes/export-to-csv?autoplay=1

How can I add a download-button in my views for that?

Thank you guys!

Reply

Hi,

You can use something like...

<%= link_to "View CSV", resource_path(@resource, format: :csv) %>

Reply

thx Jamie, that worked well!

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.