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
-
#define_cxf_clients ⇒ Object
Define the clients that will have Override in the controller if you dont wanna all clients.
Instance Method Details
permalink #define_cxf_clients ⇒ Object
Define the clients that will have Override in the controller if you dont wanna all clients
15 16 17 |
# File 'lib/cxf/controllers/concerns/cxf_clients.rb', line 15 def define_cxf_clients %w[contact user pub service_account] end |