class Decidim::Meetings::UpdateMeeting

def should_notify_followers?

def should_notify_followers?
  important_attributes.any? { |attr| meeting.previous_changes[attr].present? }
end