localhost:3000/import/translations/multiple.
localhost:3000/import/translations/multiple
5 6 7 8 9 10
# File 'app/controllers/pwb/import/web_contents_controller.rb', line 5 def multiple Content.import(params[:file]) return render json: { "success": true }, status: :ok, head: :no_content # redirect_to root_url, notice: "contents imported." end