|
@ -1,6 +1,8 @@ |
|
|
# frozen_string_literal: true |
|
|
# frozen_string_literal: true |
|
|
|
|
|
|
|
|
class AdminMailer < ApplicationMailer |
|
|
class AdminMailer < ApplicationMailer |
|
|
|
|
|
helper StreamEntriesHelper |
|
|
|
|
|
|
|
|
def new_report(recipient, report) |
|
|
def new_report(recipient, report) |
|
|
@report = report |
|
|
@report = report |
|
|
@me = recipient |
|
|
@me = recipient |
|
|