Class: Comee::Core::Store

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

Class Method Summary collapse

Class Method Details

.ransackable_attributes(_auth_object = nil) ⇒ Object



9
10
11
# File 'app/models/comee/core/store.rb', line 9

def self.ransackable_attributes(_auth_object = nil)
  %w[address code created_at email id id_value name updated_at]
end