Sha256: 609774396c5a099e3bd2436958a58c168bfa219755ec2b1a3c13f1d33085b3b1

Contents?: true

Size: 420 Bytes

Versions: 2

Compression:

Stored size: 420 Bytes

Contents

CmSms.configure do |config|
  config.api_key = # Here goes your product token. After signup at https://www.cmtelecom.de/, you will find one in your settings. This is mandatory!!!
  # config.from    = # If you want to set a default from (sender), do it here.
  # config.to      = # If you want to set a default to (receiver), do it here.
  # config.body    = # If you want to set a default body (message), do it here.
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cm-sms-rails-0.2.1 lib/generators/cm_sms/templates/initializer.rb
cm-sms-rails-0.2.0 lib/generators/cm_sms/templates/initializer.rb