Class: InnerPerformance::Event

Inherits:
ApplicationRecord show all
Defined in:
app/models/inner_performance/event.rb

Class Method Summary collapse

Class Method Details

.ransackable_associations(_auth_object = nil) ⇒ Object



13
14
15
# File 'app/models/inner_performance/event.rb', line 13

def self.ransackable_associations(_auth_object = nil)
  []
end

.ransackable_attributes(_auth_object = nil) ⇒ Object



9
10
11
# File 'app/models/inner_performance/event.rb', line 9

def self.ransackable_attributes(_auth_object = nil)
  ["created_at", "db_runtime", "duration", "event", "format", "id", "name"]
end