From baf9dc3ad66b66cf70c3205211ad19d70d9912f5 Mon Sep 17 00:00:00 2001 From: John Woolbright Date: Wed, 5 Jul 2023 08:43:39 -0500 Subject: [PATCH] Update content/controllers-and-routing/reading/controllers-with-forms/_index.md Co-authored-by: Courtney Frey <66076696+speudusa@users.noreply.github.com> --- .../reading/controllers-with-forms/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/controllers-and-routing/reading/controllers-with-forms/_index.md b/content/controllers-and-routing/reading/controllers-with-forms/_index.md index e88bb2b..438ad7a 100644 --- a/content/controllers-and-routing/reading/controllers-with-forms/_index.md +++ b/content/controllers-and-routing/reading/controllers-with-forms/_index.md @@ -7,9 +7,9 @@ originalAuthor: John Woolbright # to be set by page creator originalAuthorGitHub: jwoolbright23 # to be set by page creator reviewer: Kimberly Horan # to be set by the page reviewer reviewerGitHub: codinglikeagirl42 # to be set by the page reviewer -lastEditor: # update any time edits are made after review -lastEditorGitHub: # update any time edits are made after review -lastMod: # UPDATE ANY TIME CHANGES ARE MADE +lastEditor: Courtney Frey # update any time edits are made after review +lastEditorGitHub: speudusa # update any time edits are made after review +lastMod: 2023-30-06T10:28:27-05:00 # UPDATE ANY TIME CHANGES ARE MADE --- ## Sending Form Data - Video