Sha256: 1af00a2b5d6b726b821815570a9d263815811765c4dd75d1202c376190f961c2

Contents?: true

Size: 408 Bytes

Versions: 2

Compression:

Stored size: 408 Bytes

Contents

Sooner.setup do |config|
  # Configure the e-mail address which will be shown in SoonerMailer.
  config.mailer_sender = "info@sooner.com"

  config.db_store = true
  config.csv_store = true
  config.csv_file = "subscribers.csv"

  # Messages.
  config.subscribed = 'Subscribed Successfully.'
  config.already_subscribed = 'Already Subscribed.'
  config.error_subscribed = 'Please Try to subscribe again.'
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
notifiable-0.0.1 lib/generators/notifiable_install/templates/sooner.rb
sooner-0.0.7 lib/generators/sooner_install/templates/sooner.rb