diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-08-09 13:07:35 -0300 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-08-17 12:58:59 -0300 |
commit | 5490a9fe835f12e3d931bc0a47c0ec177c802140 (patch) | |
tree | 549ab8faf8a5260f9c4a96a20877545aed38dafe /app/models/ability.rb | |
parent | 7ab5320c678c50f306c18ca8cb15ee876fa4dab5 (diff) | |
download | gitlab-ce-5490a9fe835f12e3d931bc0a47c0ec177c802140.tar.gz |
Turn board for public projects accessible to everyone
Diffstat (limited to 'app/models/ability.rb')
-rw-r--r-- | app/models/ability.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/ability.rb b/app/models/ability.rb index b70451db12f..4458ee1d590 100644 --- a/app/models/ability.rb +++ b/app/models/ability.rb @@ -90,6 +90,7 @@ class Ability if project && project.public? rules = [ :read_project, + :read_board, :read_wiki, :read_label, :read_milestone, |