Module: EffectiveEventsEventRegistration::ClassMethods
- Defined in:
- app/models/concerns/effective_events_event_registration.rb
Instance Method Summary collapse
Instance Method Details
#effective_events_event_registration? ⇒ Boolean
17 |
# File 'app/models/concerns/effective_events_event_registration.rb', line 17 def effective_events_event_registration?; true; end |
#selection_window ⇒ Object
19 20 21 |
# File 'app/models/concerns/effective_events_event_registration.rb', line 19 def selection_window 30.minutes end |