Class: Bulb::Repository

Inherits:
ApplicationRecord show all
Defined in:
app/models/bulb/repository.rb

Instance Method Summary collapse

Instance Method Details

#git_repositoryObject



12
13
14
# File 'app/models/bulb/repository.rb', line 12

def git_repository
  @git_repository ||= Rugged::Repository.new(fs_repository_path)
end