app/controllers/dashboard_controller.rb
Showing 1 of 1 total issue
Method download_report
has a Cognitive Complexity of 8 (exceeds 5 allowed). Consider refactoring. Open
Open
def download_report redirect_to :root unless DashboardPolicy.new(current_user).reports? return redirect_to dashboard_download_report_path unless sensitive_params_are_safe
- Read upRead up