Class: Decidim::Conferences::RegistrationType

Inherits:
ApplicationRecord
  • Object
show all
Includes:
Loggable, Publicable, Traceable
Defined in:
app/models/decidim/conferences/registration_type.rb

Overview

It represents a registration type of the conference

Class Method Summary collapse

Class Method Details

.log_presenter_class_for(_log) ⇒ Object



20
21
22
# File 'app/models/decidim/conferences/registration_type.rb', line 20

def self.log_presenter_class_for(_log)
  Decidim::Conferences::AdminLog::RegistrationTypePresenter
end