Skip to content

Commit 4b315e8

Browse files
author
gabe
authored
Merge pull request #1 from gj/patch-2
made more pirates gender neutral
2 parents 30ca9d7 + 240517f commit 4b315e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/root.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<p>This is a lab meant to test your understanding of nested forms and how they work. As a convenience, I've added the instructions from the README below:</p>
44

55
<ul>
6-
<li>Note: YOU DO NOT NEED A DATABASE, we just need to keep track of the forms input long enough to display it, not persist it. I don't expect the pirate to be there the next time I come to his URL, but it'd be cool if he was.</li>
6+
<li>Note: YOU DO NOT NEED A DATABASE, we just need to keep track of the forms input long enough to display it, not persist it. I don't expect the pirate to be there the next time I come to their URL, but it'd be cool if they were.</li>
77

88
<li>Decide what objects/models you want to use, I used pirates and ships, you can use this or anything else.</li>
99

1010
<li>Other examples: Artists and Songs, Programmers and Languages they know, Schools and Students</li>
1111

1212
<li>Make a nested form (this should probably have html `<label>`s so it makes sense to a user).</li>
1313

14-
<li>After a user clicks submit they should be taken to a page that displays all the information we just posted from the form. In my example I'd have a page that showed the pirate I created along with his ships and all the details about the pirate and his ships.</li>
14+
<li>After a user clicks submit they should be taken to a page that displays all the information we just posted from the form. In my example I'd have a page that showed the pirate I created along with their ships and all the details about the pirate and their ships.</li>
1515

1616
<li>I'm intentionally being vague about exactly what routes you need or how to set this all up. We can all review together how you structured your routes and talk about the postives and negatives. Do what you think makes the most sense. Follow REST conventions. Use the internet to figure it out if need be.</li>
1717

0 commit comments

Comments
 (0)