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 76,990+ developers who get early access to new tutorials, screencasts, articles, and more.

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

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more.

    © 2023 GoRails, LLC. All rights reserved.