learn-co-curriculum / simple-partials-lab

Other
0 stars 495 forks source link

Problem with '/classrooms/show.html.erb' #20

Open zdsmit opened 4 years ago

zdsmit commented 4 years ago

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.