Plugins - Has Flags
Add to favorites
The has_flags plugin provides a simple way to define and access multiple boolean flags that map to a single integer database column.
The primary objects for using flags are:
The primary objects for using flags are:
- control and access the state of an object
- to enable finding database rows with a particular state
- to ease long term maintenance by providing a database definition independent way of extending states
- to be able to adapt to legacy systems that use this approach
See More Details Here
See RDocs
