Class: PaymentNotification
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- PaymentNotification
- Defined in:
- app/models/payment_notification.rb
Instance Method Summary collapse
Instance Method Details
#status ⇒ Object
6 7 8 |
# File 'app/models/payment_notification.rb', line 6 def status params[:payment_status] end |