Sha256: accd35d65eba906ecacba5e799a532138cf7110ff5de862e13d5685edce80a48

Contents?: true

Size: 507 Bytes

Versions: 3

Compression:

Stored size: 507 Bytes

Contents

Maily.setup do |config|
  # On/off engine. True by default
  # config.enabled = Rails.env.production? ? false : true

  # Allow views edition. True by default
  # config.allow_edition = Rails.env.production? ? false : true

  # Allow deliveries. True by default
  # config.allow_delivery = Rails.env.production? ? false : true

  # I18n.available_locales by default
  # config.available_locales = [:en, :es, :pt, :fr]

  # 'ActionController::Base' by default
  # config.base_controller = 'FooController'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
maily-0.3.2 lib/generators/templates/initializer.rb
maily-0.3.1 lib/generators/templates/initializer.rb
maily-0.3.0 lib/generators/templates/initializer.rb