diff options
Diffstat (limited to 'app/models/ability.rb')
| -rw-r--r-- | app/models/ability.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/models/ability.rb b/app/models/ability.rb index 5b49104da8a..eb7f89dcfc1 100644 --- a/app/models/ability.rb +++ b/app/models/ability.rb @@ -67,7 +67,9 @@ class Ability def project_report_rules project_guest_rules + [ :download_code, - :write_snippet + :write_snippet, + :fork_project + ] end |
