Skip to content

Commit d301426

Browse files
author
David Zuckerman
committed
removed borrow_request.rb struct file
1 parent 33018d4 commit d301426

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

app/mailers/borrow_request.rb

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/mailers/request_mailer.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ class RequestMailer < ApplicationMailer
88

99
# Sends the AffiliateBorrowRequestForm
1010
def affiliate_borrow_request_form_email(borrow_request_hash)
11-
# @borrow_request = BorrowRequest.new(**borrow_request_hash)
1211
@borrow_request = AffiliateBorrowRequestForm::BorrowRequest.new(**borrow_request_hash)
1312

1413
mail(to: @borrow_request.department_head_email)

0 commit comments

Comments
 (0)