mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Refactored proposal. Enabled cancancan
This commit is contained in:
parent
0ae7991943
commit
c982cbb88a
13 changed files with 204 additions and 231 deletions
4
Gemfile
4
Gemfile
|
|
@ -20,8 +20,8 @@ gem 'omniauth-facebook'
|
|||
gem 'omniauth-openid'
|
||||
gem 'omniauth-google-oauth2'
|
||||
|
||||
# Use cancan as authorization framework
|
||||
gem 'cancan'
|
||||
# Use cancancan as authorization framework
|
||||
gem 'cancancan'
|
||||
|
||||
# Use transitions as state machine
|
||||
gem 'transitions', :require => %w( transitions active_record/transitions )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue