Skip to content

Commit

Permalink
added missing class method (#19452)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelclement authored and coope93 committed Nov 14, 2024
1 parent e90efc4 commit dca171e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ def perform
Rails.logger.error e.backtrace.join("\n")
end

def fetch_forms_by_uuid(form_uuid)
@fetch_forms_by_uuid ||= IvcChampvaForm.where(form_uuid:)
end

def send_failure_email(form, template_id)
form_data =
{
Expand Down

0 comments on commit dca171e

Please sign in to comment.