module ActiveAdmin::AsyncExporter

Constants

VERSION

Public Class Methods

config() click to toggle source
# File lib/active_admin/async_exporter/config.rb, line 10
def config
  @config ||= Config.new
end
configure() { |config| ... } click to toggle source
# File lib/active_admin/async_exporter/config.rb, line 6
def configure
  yield config
end