fix mistype

This commit is contained in:
Alexander Machehin 2015-04-22 16:38:28 +05:00
parent 3cdad7e3b4
commit 33409230db
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class ProjectPolicy < ApplicationPolicy
is_admin? || owner? || local_writer?
end
def possible_forks
def possible_forks?
true
end