Class: Comee::Core::ReorderReport
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Comee::Core::ReorderReport
- Defined in:
- app/models/comee/core/reorder_report.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/reorder_report.rb', line 15 def self.ransackable_associations(_auth_object = nil) %w[store] end |
.ransackable_attributes(_auth_object = nil) ⇒ Object
11 12 13 |
# File 'app/models/comee/core/reorder_report.rb', line 11 def self.ransackable_attributes(_auth_object = nil) %w[reference_number report_date store_id] end |