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

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

  alias_method :container, :project

  feature_category :wiki
end