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/routes.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 testapp/config/routes.rb (limited to 'testapp/config/routes.rb') diff --git a/testapp/config/routes.rb b/testapp/config/routes.rb new file mode 100644 index 0000000..787824f --- /dev/null +++ b/testapp/config/routes.rb @@ -0,0 +1,3 @@ +Rails.application.routes.draw do + # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html +end -- cgit v1.2.3