Module: PaymentTest
- Defined in:
- lib/payment_test.rb,
lib/payment_test/engine.rb,
lib/payment_test/version.rb,
app/helpers/payment_test/application_helper.rb,
app/controllers/payment_test/engine_controller.rb,
app/controllers/payment_test/payments_controller.rb
Defined Under Namespace
Modules: ApplicationHelper Classes: Engine, EngineController, PaymentsController
Constant Summary collapse
- VERSION =
'3.0.3'
Class Method Summary collapse
Class Method Details
.config ⇒ Object
19 20 21 22 23 |
# File 'lib/payment_test.rb', line 19 def self.config { layout: layout || 'payment_test/layouts/payment_test_application' } end |