Class: PaymentNotificationsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- PaymentNotificationsController
- Defined in:
- app/controllers/payment_notifications_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
3 4 5 6 |
# File 'app/controllers/payment_notifications_controller.rb', line 3 def create Order.find(params[:invoice]).payment_notifications.create!(:params => params) render :nothing => true end |