andypike / rectify

Build maintainable Rails apps
MIT License
596 stars 48 forks source link

Simplify Presenset#view_context #37

Closed asok closed 8 years ago

asok commented 8 years ago

No need for checking for the presence of the controller since it will be instantiated if nil.

andypike commented 8 years ago

Thank you!! 💖