From 8475a31804962c0d639c73a6bf0b94342eb80269 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 14 Dec 2023 16:15:09 -0600 Subject: [PATCH] jeff's first commit --- Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f4b5b19 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +index: + # rails g controller home index + # URL is then: http://localhost:3000/home/index