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
1515
1616## Instructions
1717
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,
1919follow a link to a form where they can enter a puppy's information, and, upon
2020submission, view the puppy's information.
2121
22221 . Build out a puppy class in ` models/puppy.rb ` . Puppies should have name,
2323breed, and age attributes. You will need to be able to pass these three
2424attributes to initialization, as well as readers and writers for the attributes.
2525
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
2727should go to the main route ` / ` .
2828
29293 . 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