Sha256: b10e7ca6884f745c4ee67e46c8930b931afbb56b30e74798b5126c80bd858e6d

Contents?: true

Size: 625 Bytes

Versions: 2

Compression:

Stored size: 625 Bytes

Contents

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

  # Allow templates edition
  # config.allow_edition = Rails.env.production? ? false : true

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

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

  # Run maily under different controller ('ActionController::Base' by default)
  # config.base_controller = '::AdminController'

  # Http basic authentication (nil by default)
  # config.http_authorization = { username: 'admin', password: 'secret' }
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maily-0.5.0 lib/generators/templates/initializer.rb
maily-0.4.0 lib/generators/templates/initializer.rb