class Decidim::Meetings::Admin::UpdateRegistrations
def should_notify_followers?
def should_notify_followers? meeting.previous_changes["registrations_enabled"].present? && meeting.registrations_enabled? end
def should_notify_followers? meeting.previous_changes["registrations_enabled"].present? && meeting.registrations_enabled? end