From 1144a04244df507b0ef64e6ee1cc49af70f06f3d Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 29 Aug 2019 23:15:48 +0200 Subject: another reload_also statement removed from production --- application.rb | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/application.rb b/application.rb index a474782..fdf1f27 100644 --- a/application.rb +++ b/application.rb @@ -42,18 +42,6 @@ end configure :production do STDOUT.sync = true $logger = Logger.new(STDOUT) - [ - "api.rb", - "compound.rb", - "dataset.rb", - "endpoint.rb", - "feature.rb", - "model.rb", - "report.rb", - "substance.rb", - "swagger.rb", - "validation.rb" - ].each{ |f| also_reload "./lib/#{f}" } end before do -- cgit v1.2.3