class Decidim::Meetings::Admin::MeetingsPollController

def after_update_url

def after_update_url
  edit_meeting_poll_path(meeting_id: meeting.id)
end