class Decidim::Meetings::Meeting

def registration_disabled?

def registration_disabled?
  registration_type == "registration_disabled"
end