sam / harbor

Harbor is a Ruby Web Framework.
https://github.com/sam/harbor
MIT License
3 stars 6 forks source link

Controllers should be instantiated through the config Container #49

Closed sam closed 12 years ago

sam commented 12 years ago

That way they can automatically pull in dependencies.

I believe the current way to handle this would be to add them during inheritance, and have Action #get them from the Container.