New Discussion

Notifications

You’re not receiving notifications from this thread.

Add Download Button to csv-export

2
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!

Hi,

You can use something like...

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

thx Jamie, that worked well!

Join the discussion
Create an account Log in

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

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

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