From c5ca09fb039e38abd89005d49ef373cf18b79039 Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 28 Nov 2016 14:13:18 +0000 Subject: bumped version;training dataset download;show warnings for batch;csv info and upload catch;code cleanup --- config.ru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.ru') diff --git a/config.ru b/config.ru index 7ee908a..8f9daf5 100644 --- a/config.ru +++ b/config.ru @@ -1,4 +1,4 @@ -ENV["LAZAR_ENV"] = "development" +ENV["LAZAR_ENV"] = "production" require 'bundler' Bundler.require require File.expand_path './application.rb' -- cgit v1.2.3