Sha256: 49ce9cef6a2833e34bd768f29b2f6f6e36b063b0676d2108dba94ce638122051
Contents?: true
Size: 544 Bytes
Versions: 7
Compression:
Stored size: 544 Bytes
Contents
Heya.configure do |config| # The name of the model you want to use with Heya. config.user_type = "User" # The default options to use when processing campaign steps. # config.campaigns.default_options = {from: "user@example.com"} # Campaign priority. When a user is added to multiple campaigns, they are # sent in this order. Campaigns are sent in the order that the users were # added if no priority is configured. # config.campaings.priority = [ # "FirstCampaign", # "SecondCampaign", # "ThirdCampaign" # ] end
Version data entries
7 entries across 7 versions & 1 rubygems