Class: Admin::PostmarkReportsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/admin/postmark_reports_controller.rb

Instance Method Summary collapse

Instance Method Details

#inactive_recipientsObject



6
7
8
9
10
11
12
13
# File 'app/controllers/admin/postmark_reports_controller.rb', line 6

def inactive_recipients
  @datatable = Admin::ReportInactiveRecipientsDatatable.new
  @page_title = @datatable.datatable_name

  authorize! :index, @datatable

  render 'index'
end