Method: EffectiveEventsHelper#edit_effective_event_registrations_wizard?

Defined in:
app/helpers/effective_events_helper.rb

#edit_effective_event_registrations_wizard?Boolean

Returns:

  • (Boolean)


33
34
35
# File 'app/helpers/effective_events_helper.rb', line 33

def edit_effective_event_registrations_wizard?
  params[:controller] == 'effective/event_registrations' && defined?(resource) && resource.draft?
end