Class: Decidim::Conferences::ConferenceRegistrationsOverPercentageEvent

Inherits:
Events::SimpleEvent
  • Object
show all
Defined in:
app/events/decidim/conferences/conference_registrations_over_percentage_event.rb

Instance Method Summary collapse

Instance Method Details

#percentageObject



8
9
10
# File 'app/events/decidim/conferences/conference_registrations_over_percentage_event.rb', line 8

def percentage
  extra["percentage"] * 100
end