From b8965dec3fcaa646fbab3df14e8d21c4eb18f598 Mon Sep 17 00:00:00 2001 From: Ignacio Galindo Date: Wed, 17 Aug 2016 09:31:19 +0200 Subject: [PATCH] Fix review apps rails environment --- app.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app.json b/app.json index 42a0665..1911078 100644 --- a/app.json +++ b/app.json @@ -29,9 +29,7 @@ "RACK_ENV": { "required": true }, - "RAILS_ENV": { - "required": "review" - }, + "RAILS_ENV": "review", "RAILS_SERVE_STATIC_FILES": { "required": true },