Sha256: 954c1768d840d88d652105f3dafa9208b52381055cf5bb2f06ccace6ac488b3f

Contents?: true

Size: 445 Bytes

Versions: 1

Compression:

Stored size: 445 Bytes

Contents

# frozen_string_literal: true

::Tramway::Admin.set_available_models(::Tramway::Event::Event,
  ::Tramway::Event::ParticipantFormField,
  ::Tramway::Event::Participant,
  ::Tramway::Event::Section,
  ::Tramway::Event::Person,
  ::Tramway::Event::Partaking,
  ::Tramway::Event::Place,
  project: :event)
::Tramway::Admin.set_notificable_queries new_participants: -> { ::Tramway::Event::Participant.active.where(participation_state: :requested) }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tramway-event-1.9.21.1 config/initializers/tramway.rb