Sha256: 38ede66804ee329fc51419a7451480f3409d6b42e6e78e30ca5cd7600b204608

Contents?: true

Size: 269 Bytes

Versions: 60

Compression:

Stored size: 269 Bytes

Contents

# frozen-string_literal: true

module Decidim
  module Conferences
    class ConferenceRegistrationsOverPercentageEvent < Decidim::Events::SimpleEvent
      i18n_attributes :percentage

      def percentage
        extra["percentage"] * 100
      end
    end
  end
end

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
decidim-conferences-0.27.9 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.27.8 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.27.7 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.27.6 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.26.10 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.26.9 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.27.5 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.26.8 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.27.4 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.27.3 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.26.7 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.26.5 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.27.2 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.27.1 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.26.4 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.27.0 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.26.3 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.27.0.rc2 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.27.0.rc1 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb
decidim-conferences-0.26.2 app/events/decidim/conferences/conference_registrations_over_percentage_event.rb