Skip to content

disallow zip upload

Igor Fedoronchuk edited this page Jan 21, 2015 · 2 revisions
ActiveAdmin.register Post  do
    active_admin_import validate: true,
        template_object: ActiveAdminImport::Model.new(
            hint: "upload csv file with posts"
            allow_archive: false
        )
end

Clone this wiki locally