class Decidim::Meetings::DeclineInvitation

def invitation

def invitation
  @invitation ||= meeting.invites.find_by(user: user)
end