class Decidim::Meetings::HighlightedMeetingsCell

view hook.
space. It is intended to be used in the ‘participatory_space_highlighted_elements`
This cell renders the highlighted meetings for a given participatory

def published_components

def published_components
  Decidim::Component
    .where(
      participatory_space: model,
      manifest_name: :meetings
    )
    .published
end