We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a37e4 commit 8ea5f3dCopy full SHA for 8ea5f3d
1 file changed
README.md
@@ -31,11 +31,11 @@ It should look something like this:
31
32
1. Create a route that responds to a POST request at `/team`
33
2. Have the form send a POST request to this route.
34
-2. Upon submission, render a template that displays the submitted team data and each member's data.
+3. Upon submission, pass the submitted data to the `newteam.erb` template.
35
36
## Final Output
37
38
-When you post to this form you should render a page that displays the name of the team and each member of the team.
+Update the `newteam.erb` template so when you post to this form, it displays the name of the team and each member of the team.
39
40
Your view should display something like this:
41
0 commit comments