Skip to content

Commit

Permalink
references #36 #47 Fix typo in mailer. Need to add mailer specs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgurley committed Feb 28, 2017
1 parent d6f8e17 commit d1fc5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/disburser_request_status.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def send_email_notificaitons
DisburserRequestStatusMailer.status_approved_specimen_coordinator(self.disburser_request).deliver_later
when DisburserRequest::DISBURSER_REQUEST_STATUS_DENIED
DisburserRequestStatusMailer.status_denied(self.disburser_request).deliver_later
when DisburserRequest::DISBURSER_REQUEST_STAUTS_CANCELED
when DisburserRequest::DISBURSER_REQUEST_STATUS_CANCELED
DisburserRequestStatusMailer.status_canceled(self.disburser_request).deliver_later
end
when DisburserRequestStatus::DISBURSER_REQUEST_STATUS_TYPE_DATA_STATUS
Expand Down

0 comments on commit d1fc5ab

Please sign in to comment.