lib/ideal-mollie/engine.rb in ideal-mollie-0.0.2 vs lib/ideal-mollie/engine.rb in ideal-mollie-0.0.3

- old
+ new

@@ -1,7 +1,8 @@ module IdealMollie # - # Simpel extend on the Rails::Engine to add support for a new config section within the environment configs + # 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"