Class: Dscf::Marketplace::Retailer

Inherits:
ApplicationRecord show all
Defined in:
app/models/dscf/marketplace/retailer.rb

Class Method Summary collapse

Class Method Details

.ransackable_attributes(_auth_object = nil) ⇒ Object

Ransack



19
20
21
# File 'app/models/dscf/marketplace/retailer.rb', line 19

def self.ransackable_attributes(_auth_object = nil)
  %w[id name phone tin_number location status agent_id onboarded_at created_at updated_at]
end