sugar-framework / sugar

Modular web framework for Elixir
https://sugar-framework.github.io/
MIT License
430 stars 29 forks source link

Figure out why run function isn't added at compile time to routers #68

Closed slogsdon closed 9 years ago

slogsdon commented 9 years ago

should help with #61

YellowApple commented 9 years ago

Isn't this already fixed? At least in a test app I've been tinkering with, it seems to be:

iex(1)> YellowappleSite.Router.run
{:ok, #PID<0.151.0>}
slogsdon commented 9 years ago

I have as well, and I think it's just a push to Hex that needs to happen.

slogsdon commented 9 years ago

Yep, I never pushed a new version after the PR. It's fixed now with 0.4.5.