[#446] remove old ability

This commit is contained in:
Alexander Machehin 2015-01-26 19:45:50 +05:00
parent c3ea0cd259
commit 650cc8d34d
1 changed files with 0 additions and 1 deletions

View File

@ -74,7 +74,6 @@ class Ability
end
can(:fork, Project) {|project| can? :read, project}
can(:fork, Project) {|project| project.owner_type == 'Group' and can? :update, project.owner}
can(:alias, Project) {|project| local_admin?(project) }
can(:destroy, Project) {|project| owner? project}