When I did this lab, I discovered that there is a problem in the 'config/routes.rb' file. The line "resources :classrooms only: [:show]" was preventing one of the partials from loading properly in 'classrooms/show.html.erb'. This made one of the tests impassable until I removed "only: [:show]" from the routes file.
When I did this lab, I discovered that there is a problem in the 'config/routes.rb' file. The line "resources :classrooms only: [:show]" was preventing one of the partials from loading properly in 'classrooms/show.html.erb'. This made one of the tests impassable until I removed "only: [:show]" from the routes file.