class Decidim::Debates::DebateMCell

def start_date

def start_date
  return unless model.start_time
  model.start_time.to_date
end