Roles into their own controller. Rework interface. Add flash messages to ajax calls. Add description to roles. Possible to edit roles in use.
This commit is contained in:
parent
eda5c2bc07
commit
ccd7ecbb90
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