Commit 9968c60f authored by Mark Chao's avatar Mark Chao

Fix autoload constant lookup dependency issue

Also patch existing classes
parent 27c5f8bd
module Groups
class AutocompleteService < BaseService
class AutocompleteService < Groups::BaseService
def labels(target = nil)
labels = LabelsFinder.new(
current_user,
......
module Groups
class ParticipantsService < BaseService
class ParticipantsService < Groups::BaseService
include Users::ParticipableService
def execute(noteable)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment