diff options
author | Angus MacArthur <amacarthur@blackberry.com> | 2013-03-19 11:37:50 -0400 |
---|---|---|
committer | Angus MacArthur <amacarthur@blackberry.com> | 2013-04-15 01:54:52 -0400 |
commit | ae33fdf297e03866ecc6c31c5470dd5ad72d1328 (patch) | |
tree | 6b3b8fb315fbc3e0b6ebf6dbb527abe9bcb3d245 /app/models/ability.rb | |
parent | e996c52636f46b193b5ff7291e9b835c317e5438 (diff) | |
download | gitlab-ce-ae33fdf297e03866ecc6c31c5470dd5ad72d1328.tar.gz |
updated fork feature to use gitlab-shell for v5 of gitlab
Diffstat (limited to 'app/models/ability.rb')
-rw-r--r-- | app/models/ability.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/ability.rb b/app/models/ability.rb index 5b49104da8a..0c5fbc2e5e7 100644 --- a/app/models/ability.rb +++ b/app/models/ability.rb @@ -60,7 +60,8 @@ class Ability :read_note, :write_project, :write_issue, - :write_note + :write_note, + :fork_project ] end |