You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find the match that is currently active m = ClientOpportunityMatch.find 123
Mark the current decision as being canceled for reason Other: m.current_decision.update(administrative_cancel_reason_id: 1, administrative_cancel_reason_other_explanation: 'Administratively Canceled; accidentally started.', status: :canceled)
Mark the match as closed: m.update(closed: true, active: false, closed_reason: 'canceled')
Make sure the client is available for matching m.client.make_available_in(match_route: m.match_route)