Sha256: f10a4dd63765cc657def667bc7c2b995e8969df1c48532a11bc5df3bfd263d30

Contents?: true

Size: 509 Bytes

Versions: 2

Compression:

Stored size: 509 Bytes

Contents

module IdealMollie
  #
  # Simpel extend on the Rails::Engine to add support for a new config section within the environment configs
  #
  # @example
  #   # /config/environments/development.rb
  #   config.ideal_mollie.partner_id = 123456
  #   config.ideal_mollie.report_url = "http://example.org/report"
  #   config.ideal_mollie.return_url = "http://example.org/return"
  #   config.ideal_mollie.test_mode = false
  #
  class Engine < Rails::Engine
    config.ideal_mollie = IdealMollie::Config
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ideal-mollie-0.0.2 lib/ideal-mollie/engine.rb
ideal-mollie-0.0.1 lib/ideal-mollie/engine.rb