Welcome to mirror list, hosted at ThFree Co, Russian Federation.

blobs_controller.rb « snippets « projects « controllers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 148fc7c96f8afd994d8316b9581a8f9ae2d58f19 (plain)
1
2
3
4
5
# frozen_string_literal: true

class Projects::Snippets::BlobsController < Projects::Snippets::ApplicationController
  include Snippets::BlobsActions
end