default_branch for project & fixed project destroy
This commit is contained in:
parent
2552a877df
commit
d68ec5e0fb
7 changed files with 18 additions and 6 deletions
|
@ -158,7 +158,7 @@ class Project < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def root_ref
|
||||
"master"
|
||||
default_branch || "master"
|
||||
end
|
||||
|
||||
def public?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue