phusion/activerecord-string-enum

Create a railtie

Opened this issue · 1 comments

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.

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?