Hi, i have a problem with Movies 1, in step 2.
I go into route.rb and put this:
Rails.application.routes.draw do
get ‘/movies’ => ‘movies#index’
end
But when i run nothing pass, if someone can help
Hi, i have a problem with Movies 1, in step 2.
I go into route.rb and put this:
Rails.application.routes.draw do
get ‘/movies’ => ‘movies#index’
end
But when i run nothing pass, if someone can help
I’m also having the same issue at the same place.
i solved my issue go through get help and restart exercise .then put code get ‘/movies’ => ‘movies#index’.
then it is working. thank you
try adding another end
Hi systemslayer96329 restarted the exercise and it worked. Thanks.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.