poteto / terraform

A simple plug for incrementally transforming an API into Phoenix. Check out the blog post:

Home Page:https://www.no.lol/2016-08-12-rise-from-the-ashes-incremental-apis-with-phoenix/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Catch only `NoRouteError`

danmcclain opened this issue · comments

Now that we are testing against an actual Phoenix router, we should only catch NoRouteErrors here: https://github.com/poteto/terraform/blob/master/lib/terraform.ex#L19

I'll PR tonight