Commit Graph

3 Commits

Author SHA1 Message Date
Mika Andrianarijaona 4f32428a63 Use user_url instead of user_path in last case
2 identical function call would return different output in 
```
user_path(Endpoint, :index)                 #=> /users
...
user_path(Endpoint, :index) #=> "http://localhost:4000/users"
```
but in fact the last one should use user_url as indicated in doc http://www.phoenixframework.org/docs/routing
2017-05-23 09:32:43 +03:00
Rico Sta. Cruz de2baa439c
Update 2016-06-03 04:41:26 +08:00
Rico Sta. Cruz 89b67ed4ac
Update 2016-06-02 18:07:58 +08:00