10 lines
184 B
Ruby
10 lines
184 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Projects::WikisController < Projects::ApplicationController
|
|
include WikiActions
|
|
|
|
alias_method :container, :project
|
|
|
|
def git_access
|
|
end
|
|
end
|