Skip to content
Eric Carty-Fickes edited this page Dec 21, 2013 · 3 revisions

Section used for the export view.

It inherits its configuration from the base section.

Specify fields to export

RailsAdmin.config do |config|
  config.model 'Highway' do
    export do
      field :number_of_lanes
    end
  end
end

More here

Clone this wiki locally