File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ the view
15
15
16
16
## Instructions
17
17
18
- The focus of this lab is to build out a way for a user to go to a ' homepage,'
18
+ The focus of this lab is to build a way for a user to go to a homepage,
19
19
follow a link to a form where they can enter a puppy's information, and, upon
20
20
submission, view the puppy's information.
21
21
22
22
1 . Build out a puppy class in ` models/puppy.rb ` . Puppies should have name,
23
23
breed, and age attributes. You will need to be able to pass these three
24
24
attributes to initialization, as well as readers and writers for the attributes.
25
25
26
- 2 . In ` app.rb ` build out a GET request to load a home page . The home page
26
+ 2 . In ` app.rb ` build out a GET request to load a homepage . The homepage
27
27
should go to the main route ` / ` .
28
28
29
29
3 . The home page will also need a new view ` index.erb ` . This page should
You can’t perform that action at this time.
0 commit comments