Save 36% for Black Friday! Learn more

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