elixir-web / weber

[WiP] Web framework for Elixir inspired by Rails [#WeberMVC at freenode]
http://elixir-web.github.io/weber/
MIT License
370 stars 33 forks source link

Path functions now return binaries instead of lists #186

Closed sriedel closed 10 years ago

sriedel commented 10 years ago

As of elixir 0.13.1, Path funtions return strings/binaries instead of character lists. This patch removes the now superfluous translation.