app/models/tramway/event/participant.rb in tramway-event-1.9.14 vs app/models/tramway/event/participant.rb in tramway-event-1.9.15
- old
+ new
@@ -45,7 +45,7 @@
scope :rejected, -> { where participation_state: :rejected }
scope :approved, -> { where participation_state: :approved }
scope :without_answer, -> { where participation_state: :without_answer }
scope :reserved, -> { where participation_state: :reserved }
- pg_search_scope :search, against: [:values]
+ search_by :values
end