Class: Comee::Core::ClientOrder
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Comee::Core::ClientOrder
- Defined in:
- app/models/comee/core/client_order.rb
Class Method Summary collapse
Class Method Details
.ransackable_attributes(_auth_object = nil) ⇒ Object
9 10 11 |
# File 'app/models/comee/core/client_order.rb', line 9 def self.ransackable_attributes(_auth_object = nil) %w[client_id id order_source_id processed] end |