Class: Comee::Core::Pod
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Comee::Core::Pod
- Defined in:
- app/models/comee/core/pod.rb
Class Method Summary collapse
- .ransackable_associations(_auth_object = nil) ⇒ Object
- .ransackable_attributes(_auth_object = nil) ⇒ Object
Class Method Details
.ransackable_associations(_auth_object = nil) ⇒ Object
16 17 18 |
# File 'app/models/comee/core/pod.rb', line 16 def self.ransackable_associations(_auth_object = nil) [] end |
.ransackable_attributes(_auth_object = nil) ⇒ Object
12 13 14 |
# File 'app/models/comee/core/pod.rb', line 12 def self.ransackable_attributes(_auth_object = nil) %w[id reference_no status] end |