Class: Comee::Core::QuotationRequestItem

Inherits:
ApplicationRecord show all
Defined in:
app/models/comee/core/quotation_request_item.rb

Class Method Summary collapse

Class Method Details

.ransackable_attributes(_auth_object = nil) ⇒ Object



13
14
15
# File 'app/models/comee/core/quotation_request_item.rb', line 13

def self.ransackable_attributes(_auth_object = nil)
  %w[id quotation_request_id product_id unit_id quantity price margin margin_type expected_delivery_date]
end