Class: Comee::Core::ShipmentInstruction

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

Class Method Summary collapse

Class Method Details

.ransackable_attributes(_auth_object = nil) ⇒ Object



12
13
14
# File 'app/models/comee/core/shipment_instruction.rb', line 12

def self.ransackable_attributes(_auth_object = nil)
  %w[id client_id reference_no status]
end