2018-12-05 23:21:45 +05:30
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
class Projects::WikisController < Projects::ApplicationController
|
2020-06-23 00:09:42 +05:30
|
|
|
include WikiActions
|
2018-03-17 18:26:18 +05:30
|
|
|
|
2020-06-23 00:09:42 +05:30
|
|
|
alias_method :container, :project
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
def git_access
|
|
|
|
end
|
2014-09-02 18:07:02 +05:30
|
|
|
end
|