Class: Tramway::Event::Participant

Inherits:
ApplicationRecord
  • Object
show all
Defined in:
app/models/tramway/event/participant.rb

Class Method Summary collapse

Class Method Details

.ransackable_attributes(auth_object = nil) ⇒ Object



6
7
8
# File 'app/models/tramway/event/participant.rb', line 6

def self.ransackable_attributes(auth_object = nil)
  ["event_id"]
end