classy_enum icon indicating copy to clipboard operation
classy_enum copied to clipboard

A class-based enumerator gem for Rails

Results 1 classy_enum issues
Sort by recently updated
recently updated
newest added

I was profiling some code in my app and found that `build` method is based on `find` method to search the Enum that comes from the database. In my case,...