2018-09-25 23:45:43 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2013-06-23 12:47:22 -04:00
|
|
|
class Projects::WikisController < Projects::ApplicationController
|
2020-06-03 20:08:17 -04:00
|
|
|
include WikiActions
|
2017-10-11 05:03:19 -04:00
|
|
|
|
2020-06-03 20:08:17 -04:00
|
|
|
alias_method :container, :project
|
2012-02-19 09:35:31 -05:00
|
|
|
|
2017-04-20 04:56:41 -04:00
|
|
|
def git_access
|
2016-03-30 14:04:58 -04:00
|
|
|
end
|
2012-02-19 09:35:31 -05:00
|
|
|
end
|