Class: Cxf::BaseController

Inherits:
ActionController::Base
  • Object
show all
Includes:
ContactAuthHelper, CxfClients
Defined in:
lib/cxf/controllers/base_controller.rb

Instance Method Summary collapse

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

#define_cxf_clientsObject

Override default values for cxf clients concern

[View source]

17
18
19
# File 'lib/cxf/controllers/base_controller.rb', line 17

def define_cxf_clients
  %w[contact pub]
end