upstream forgot to allow the import mode param

staging
multiple creatures 2019-05-21 03:14:43 -05:00
parent 641e5acc09
commit d4ca04f24d
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ class Settings::ImportsController < Settings::BaseController
end
def import_params
params.require(:import).permit(:data, :type)
params.require(:import).permit(:data, :type, :mode)
end
end