Class: Admin::PostmarkReportsController

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

Instance Method Summary collapse

Instance Method Details

#inactive_recipientsObject



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

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

  authorize! :index, @datatable

  render 'index'
end