Create a railtie
Opened this issue · 1 comments
FooBarWidget commented
This gem is currently just a monkey patch that you require in your project. But you should have a Railtie. Otherwise you're not properly hooking into Rails's initialization routine.
tinco commented
It's not really a monkey patch, it's just an extra module. I'm not really sure what I would get from having a Railtie, what would the Railtie do?