module Decidim::Meetings::PollsResources
def meeting
def meeting @meeting ||= Meeting.not_hidden.where(component: current_component).find(params[:meeting_id]) end
def meeting @meeting ||= Meeting.not_hidden.where(component: current_component).find(params[:meeting_id]) end