fix
This commit is contained in:
parent
b11fd350da
commit
a66e5b876d
|
@ -247,7 +247,7 @@ class Project < ApplicationRecord
|
||||||
return "Developer" if develper?(user)
|
return "Developer" if develper?(user)
|
||||||
return "Reporter" if reporter?(user)
|
return "Reporter" if reporter?(user)
|
||||||
|
|
||||||
return "Reporter"
|
return ""
|
||||||
end
|
end
|
||||||
|
|
||||||
def fork_project
|
def fork_project
|
||||||
|
|
Loading…
Reference in New Issue