CSVファイルにデータをexportするための修正点。 ActiveScaffold を使って Ruby on Rails を機能アップする より引用。 controllerの変更点。 class UsersController < ApplicationController active_scaffold :user do |conf| conf.action_links.add 'export_csv', :label => 'Export to Excel', :page => true end def export_csv # find_page is how the List module gets its data. see Actions::List#do_list. records = find_page().items return if records.size ==