app/users/index.csv.ruby をrender する場合は下記の様なコードを書く。
どこからでも呼べる
args = { users: User.all } # index.csv.ruby で @users でアクセスができる
ActionController::Base.renderer.render(template: "users/index", formats: [:csv], assigns: args)
Go to list of users who liked
More than 3 years have passed since last update.
app/users/index.csv.ruby をrender する場合は下記の様なコードを書く。
どこからでも呼べる
args = { users: User.all } # index.csv.ruby で @users でアクセスができる
ActionController::Base.renderer.render(template: "users/index", formats: [:csv], assigns: args)
Register as a new user and use Qiita more conveniently
Go to list of users who liked