mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #700 from differentreality/roles_updated
Roles updated
This commit is contained in:
commit
af168f0f55
59 changed files with 618 additions and 356 deletions
3
Gemfile
3
Gemfile
|
|
@ -32,6 +32,9 @@ gem 'cancancan'
|
|||
# to set roles
|
||||
gem 'rolify'
|
||||
|
||||
# to show flash messages from ajax requests
|
||||
gem 'unobtrusive_flash', '>=3'
|
||||
|
||||
# as state machine
|
||||
gem 'transitions', :require => %w( transitions active_record/transitions )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue