Skip to content

Commit

Permalink
Add csv extension
Browse files Browse the repository at this point in the history
Noticed we were missing the csv extension on the report
  • Loading branch information
rjlynch committed Dec 16, 2024
1 parent 582fe3e commit a397db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ApprovedClaimsFailingQualificationTask
]

def filename
"approved_claims_failing_qualification_task"
"approved_claims_failing_qualification_task.csv"
end

def to_csv
Expand Down
2 changes: 1 addition & 1 deletion app/models/admin/reports/duplicate_approved_claims.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def initialize(academic_year: AcademicYear.current)
end

def filename
"duplicate_approved_claims"
"duplicate_approved_claims.csv"
end

def to_csv
Expand Down

0 comments on commit a397db1

Please sign in to comment.