Welcome to mirror list, hosted at ThFree Co, Russian Federation.

base_service.rb « discussions « services « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4dfe6e71bb7c8f51554cf9b7e49f5ddc3089279 (plain)
1
2
3
4
module Discussions
  class BaseService < ::BaseService
  end
end