Module: MailingClient::ServiceConfiguration
- Included in:
- Mailing::RemoteScheduledMail
- Defined in:
- lib/mailing_client/service_configuration.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 6 7 8 |
# File 'lib/mailing_client/service_configuration.rb', line 3 def self.included(base) base.send('use_hydra', Mailing::HYDRA) #base.send('force_ssl') base.send('set_resource_host', Mailing::HOST) base.send('configure_index_response', {collection: 'collection', total: 'total'}) end |