Adding some columns to the csv extraction
This commit is contained in:
parent
78ae8e6159
commit
3addc8683a
@ -32,6 +32,10 @@ ActiveAdmin.register Orga do
|
|||||||
csv do
|
csv do
|
||||||
column(:kind) { |o| o.kind.name }
|
column(:kind) { |o| o.kind.name }
|
||||||
column :name
|
column :name
|
||||||
|
column :city
|
||||||
|
column :region
|
||||||
|
column :url
|
||||||
|
column :feed
|
||||||
column :contact
|
column :contact
|
||||||
column :submitter
|
column :submitter
|
||||||
column :updated_at
|
column :updated_at
|
||||||
|
Loading…
Reference in New Issue
Block a user