10 lines
186 B
Ruby
10 lines
186 B
Ruby
![]() |
# Copyright (C) 2012-2021 Zammad Foundation, http://zammad-foundation.org/
|
||
|
|
||
|
class CoreWorkflow::Custom
|
||
|
include ::Mixin::HasBackends
|
||
|
|
||
|
def self.list
|
||
|
backends.map(&:to_s)
|
||
|
end
|
||
|
end
|