Active Record Enumerations (single db integer column) - plugin
I just added my first plugin ar_enumerations which allows to use “enumeration” field in your AR models. This plugin was at least useful for me, because it saved me from a lot of “has_many” tables and data stored to single integer column. Also I’m providing the sample application where you could see plugin in action. I hope this plugin will be useful for you too.
Post a comment