class Decidim::Meetings::Invite

def reject!

def reject!
  update!(rejected_at: Time.current, accepted_at: nil)
end