Module: CxfClients

Extended by:
ActiveSupport::Concern
Included in:
Cxf::AdminBaseController, Cxf::BaseApiController, Cxf::BaseController
Defined in:
lib/cxf/controllers/concerns/cxf_clients.rb

Instance Method Summary collapse

Instance Method Details

#define_cxf_clientsObject

Define the clients that will have Override in the controller if you dont wanna all clients

[View source]

15
16
17
# File 'lib/cxf/controllers/concerns/cxf_clients.rb', line 15

def define_cxf_clients
  %w[contact user pub service_account]
end