class Decidim::Meetings::Admin::MeetingsController
def collection
def collection @collection ||= Meeting.where(component: current_component).published.not_hidden end
def collection @collection ||= Meeting.where(component: current_component).published.not_hidden end