Overall great job, but troubling views
Closed this issue · 1 comments
vanderhoop commented
Hey Richard,
Overall your process on project 1 was exemplary. You wrote user stories, have a clearly defined ERD, and backed up the core functionality of your app with tests.
I'm puzzled by your views, though. You're wrapping them within <body>
tags, which is unnecessary, as the body tag should only exist in the application.html.erb
file, which (yields to/brings in) the views that you've written.
richessler commented
Fixed all <body>
tags to be <div>
's