We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Section used for the export view.
It inherits its configuration from the base section.
base
Specify fields to export
RailsAdmin.config do |config| config.model 'Highway' do export do field :number_of_lanes end end end
More here