Sha256: b807a51d923ec07fb9fb01a354f74d4ad3aeb2e10fc3b86c14c3fd254205216c

Contents?: true

Size: 177 Bytes

Versions: 4

Compression:

Stored size: 177 Bytes

Contents

module Bulb
  class RepositoriesController < BulbController
    before_action :set_repository

    def show
      @git_repository = @repository.git_repository
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
bulb-0.5.0 app/controllers/bulb/repositories_controller.rb
bulb-0.4.0 app/controllers/bulb/repositories_controller.rb
bulb-0.3.0 app/controllers/bulb/repositories_controller.rb
bulb-0.2.0 app/controllers/bulb/repositories_controller.rb