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/app/controllers/application_controller.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 testapp/app/controllers/application_controller.rb (limited to 'testapp/app/controllers/application_controller.rb') diff --git a/testapp/app/controllers/application_controller.rb b/testapp/app/controllers/application_controller.rb new file mode 100644 index 0000000..09705d1 --- /dev/null +++ b/testapp/app/controllers/application_controller.rb @@ -0,0 +1,2 @@ +class ApplicationController < ActionController::Base +end -- cgit v1.2.3