RailsCasts Pro episodes are now free!

Learn more or hide this

billyshambrook's Profile

GitHub User: billyshambrook

Comments by

Avatar

All good, just done what I should do before posting anything...google search.

Found that you can add the option :path => movie_movie_titles_path to the inputs

Thanks!

Avatar

Thanks for the awesome tutorial, just got a bit stuck though.

I am up to the stage of amending my show.html.erb, but when I try reloading the page I am getting...

undefined method `movie_title_path' for #<#Class:0xa16fea4:0xa434a2c>

I am using nested resources which gives me the url /movie/movie_titles/6.

Is there something I am missing?

Thanks!!!