We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add documentation for ActiveRecord Enum support
Add config example for mongoid-enum
bitmask_attribute code sample corrected. See https://github.com/sferik/rails_admin/issues/2475 for details.
changed `def` to `class`
Updated Enumeration (markdown)
RailsAdmin 0.6.7 doesn't display simple enum arrays properly and doesn't default their selected value, but it does work for Arrays-of-Arrays and Hashes.
Added documentation to default value.
Add explanation for multiple select with bitmask_attributes gem
Add explanation of how to use bitmask_attributes gem as single-select
mentioning the Enumerize gem
Now enum type's multiple configuration will be automatically detected
modified roles_enum to array( array( string, string ) ) instead of array( array( string, integer ) ). added has_role? function
Updated Enumeration ( Select Box, Multi Select List Box ) (markdown)
Created Enumeration (markdown)