mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
9 lines
333 B
Ruby
9 lines
333 B
Ruby
Rolify.configure do |config|
|
|
# By default ORM adapter is ActiveRecord. uncomment to use mongoid
|
|
# config.use_mongoid
|
|
|
|
# Dynamic shortcuts for User class (user.is_admin? like methods). Default is: false
|
|
# Enable this feature _after_ running rake db:migrate as it relies on the roles table
|
|
# config.use_dynamic_shortcuts
|
|
end
|