Working through the Depot application in Agile (and having lots of fun).
I’m on Iteration C3 - Handling Errors. I just added the flash to the
add_to_cart method in the store controller. Then I try the faulty URL
/store/add_to_cart/wibble to see my flash handle the error, but instead
I get this:
no route found to match
“/store/#Product:0x48e872c/#Product:0x48e86f0/#Product:0x48e86c8”
with {:method=>:get}
I tried googling this but no luck. I’ve proofread my additions to the
method and they appear correct. Any idea what this can be?