iridakos/duckrails

No route matches

rarhs opened this issue · 2 comments

rarhs commented

Hi, I am following the github example. After creating a new mock and save the route, when I go to /posts on cloud9 or http://localhost:3000/posts on my local machine I get this error: No route matches [GET] "/posts". Is there something I am missing?

Hi, the example's route is set to be served via post method and you try to access it via get method.

rarhs commented

Thanks for your clarification.