undefined method `product_shop_url'

You haven’t defined map.resources :shops, :member => { :product => :get } in your routes.rb file.

Thank you very much for ya quick answer! It works. Now I try to understand that routing-thing... But I think I find enough documentation about that - now that I know what I have to look for. Thanks!

Ryan Bigg wrote: