class DiagnosticsApplicationController < ActionController::Base layout 'diagnostics' before_filter :find_diagnostic_checks private def find_diagnostic_checks @checks = diagnostic_checks end end