diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-08-15 19:50:23 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-08-17 12:58:59 -0300 |
commit | cd98ff179cb20d9dc4460d173288d0e1582c4293 (patch) | |
tree | 5ec16f4ca84f95219d2b2a19c245532a7fab8254 /app/models/ability.rb | |
parent | c3880d105744dde1c8a30978e0cf13ebe017a91b (diff) | |
download | gitlab-ce-cd98ff179cb20d9dc4460d173288d0e1582c4293.tar.gz |
Move action to render board lists to `Projects::Boards::ListsController`
Diffstat (limited to 'app/models/ability.rb')
-rw-r--r-- | app/models/ability.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/ability.rb b/app/models/ability.rb index 4458ee1d590..55265c3cfcb 100644 --- a/app/models/ability.rb +++ b/app/models/ability.rb @@ -91,6 +91,7 @@ class Ability rules = [ :read_project, :read_board, + :read_list, :read_wiki, :read_label, :read_milestone, @@ -230,6 +231,7 @@ class Ability :read_wiki, :read_issue, :read_board, + :read_list, :read_label, :read_milestone, :read_project_snippet, |