What I’m getting as the return on the webpage is:
Template is missing
Missing template books/newAmazon.html.erb in view path C:/Code/rails/
crazyKid/app/views
It’s almost as if the :url switch to the controller ‘Books’ is
overriding where I’m at.
What I’m getting as the return on the webpage is:
Template is missing
Missing template books/newAmazon.html.erb in view path C:/Code/rails/
crazyKid/app/views
It looks like the books controller’s #newAmazon method is successfully
being called but doesn’t have a template to generate anything to return
in order to update the “amazon” element…