Learn how to export records to CSV files. ... do |format| format.html format.csv { send_data @users.to_csv, filename: "users-#{Date.today}.csv" } end end
確定! 回上一頁