Module: CrmClient::ServiceConfiguration

Defined in:
lib/crm_client/service_configuration.rb

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



3
4
5
6
7
8
# File 'lib/crm_client/service_configuration.rb', line 3

def self.included(base)
  base.send('use_hydra', Crm::HYDRA)
  #base.send('force_ssl')
  base.send('set_resource_host', Crm::HOST)
  base.send('configure_index_response', {collection: 'collection', total: 'total'})
end