Class: Comee::Core::PaymentOrder
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Comee::Core::PaymentOrder
- Defined in:
- app/models/comee/core/payment_order.rb
Class Method Summary collapse
- .ransackable_associations(_auth_object = nil) ⇒ Object
- .ransackable_attributes(_auth_object = nil) ⇒ Object
Class Method Details
.ransackable_associations(_auth_object = nil) ⇒ Object
15 16 17 |
# File 'app/models/comee/core/payment_order.rb', line 15 def self.ransackable_associations(_auth_object = nil) %w[currency] end |
.ransackable_attributes(_auth_object = nil) ⇒ Object
11 12 13 |
# File 'app/models/comee/core/payment_order.rb', line 11 def self.ransackable_attributes(_auth_object = nil) %w[id reference_no date_issued status] end |