Adding some columns to the csv extraction

This commit is contained in:
echarp 2019-05-02 15:14:14 +02:00
parent 78ae8e6159
commit 3addc8683a
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ ActiveAdmin.register Orga do
csv do
column(:kind) { |o| o.kind.name }
column :name
column :city
column :region
column :url
column :feed
column :contact
column :submitter
column :updated_at