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: eaec8600d776f86594773b4ce6d88d8a35df391a (plain)
1
2
3
4
5
# frozen_string_literal: true

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