We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afdc70 commit b0eb7b3Copy full SHA for b0eb7b3
1 file changed
README.md
@@ -1,7 +1,8 @@
1
----
2
-tags:
3
-languages:
4
-resources:
5
+# Basic Sinatra Forms Lab
6
7
-# Basic Sinatra Forms Lab
+## Teacher outline
+The lab should consist of:
++ Students creating html forms on multiple get routes
++ Creating 'Post' routes for each form in the controller
++ Manipulating the data in params and seting to instance variables
8
++ Render the data in the instance variables in new .erb files
0 commit comments