summaryrefslogtreecommitdiff
path: root/app/controllers/projects/wikis_controller.rb
blob: 85e643aa2129055e34b8dcc941fae4966bfcf6b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

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

  alias_method :container, :project

  def git_access
  end
end