class Decidim::Meetings::MeetingMonthCell

def first_meeting

def first_meeting
  @first_meeting ||= meetings.first
end