Project model refactored

This commit is contained in:
Dmitriy Zaporozhets 2012-03-09 21:43:46 +02:00
parent 9988282e84
commit cd06d6edac
4 changed files with 82 additions and 68 deletions

View file

@ -1,13 +0,0 @@
require File.join(Rails.root, "lib", "gitlabhq", "git_host")
class Repository
attr_accessor :project
def self.default_ref
"master"
end
def self.access_options
{}
end
end