Class: Dscf::Core::Address
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Dscf::Core::Address
- Defined in:
- app/models/dscf/core/address.rb
Class Method Summary collapse
Class Method Details
.ransackable_attributes(_auth_object = nil) ⇒ Object
19 20 21 |
# File 'app/models/dscf/core/address.rb', line 19 def self.ransackable_attributes(_auth_object = nil) %w[id user_id supplier_id address_type country city sub_city woreda kebele house_numbers po_box created_at updated_at] end |