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

wikis_controller.rb « projects « controllers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0aa733cadb74d5aa9cf9cdf47385b5f0ed5a30c (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

class Projects::WikisController < Projects::ApplicationController
  include WikiActions

  alias_method :container, :project

  def git_access
  end
end