From 8af754e1087d662ab68964aa67685d48b8e7c4fc Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 10 Oct 2018 08:03:13 +0100 Subject: Run rails new testapp --skip-bundle --- testapp/config/environment.rb | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 testapp/config/environment.rb (limited to 'testapp/config/environment.rb') diff --git a/testapp/config/environment.rb b/testapp/config/environment.rb new file mode 100644 index 0000000..426333b --- /dev/null +++ b/testapp/config/environment.rb @@ -0,0 +1,5 @@ +# Load the Rails application. +require_relative 'application' + +# Initialize the Rails application. +Rails.application.initialize! -- cgit v1.2.3