module PowerEnum
Power Enum allows you to treat instances of your ActiveRecord
models as though they were an enumeration of values. It allows you to cleanly solve many of the problems that the traditional Rails alternatives handle poorly if at all. It is particularly suitable for scenarios where your Rails application is not the only user of the database, such as when it’s used for analytics or reporting.
Copyright © 2005 Trevor Squires Copyright © 2012 Arthur Shagall Released under the MIT License. See the LICENSE file for more details.
Copyright © 2005 Trevor Squires Copyright © 2012 Arthur Shagall Released under the MIT License. See the LICENSE file for more details.