Class: Pay::PaymentsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Pay::PaymentsController
- Defined in:
- app/controllers/pay/payments_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
7 8 9 |
# File 'app/controllers/pay/payments_controller.rb', line 7 def show @payment = Payment.from_id(params[:id]) end |