debian-mirror-gitlab/app/models/project_services/builds_email_service.rb
2017-08-17 22:00:37 +05:30

11 lines
232 B
Ruby

# This class is to be removed with 9.1
# We should also by then remove BuildsEmailService from database
class BuildsEmailService < Service
def self.to_param
'builds_email'
end
def self.supported_events
%w[]
end
end