Sha256: 994161c94f35567edfa614c3f7064d839fa0fb5ce1691f54ee05f3397ceddc60

Contents?: true

Size: 500 Bytes

Versions: 3

Compression:

Stored size: 500 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'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
maily-0.3.5 lib/generators/templates/initializer.rb
maily-0.3.4 lib/generators/templates/initializer.rb
maily-0.3.3 lib/generators/templates/initializer.rb