Class: Cxf::BaseController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Cxf::BaseController
- Includes:
- ContactAuthHelper, CxfClients
- Defined in:
- lib/cxf/controllers/base_controller.rb
Instance Method Summary collapse
-
#define_cxf_clients ⇒ Object
Override default values for cxf clients concern.
Methods included from ContactAuthHelper
#cxf_contact_login, #cxf_contact_logout, #cxf_contact_magic_link_login, #cxf_contact_signed_in?, #update_contact_tokens
Instance Method Details
permalink #define_cxf_clients ⇒ Object
Override default values for cxf clients concern
17 18 19 |
# File 'lib/cxf/controllers/base_controller.rb', line 17 def define_cxf_clients %w[contact pub] end |