Skip to content

Commit

Permalink
Remove unused headers method
Browse files Browse the repository at this point in the history
  • Loading branch information
leenagupte committed Oct 18, 2024
1 parent 6d47892 commit 01a811c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/models/block/statistics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ def rows
rows
end

def row_header
CSV.read(csv_file_path, headers: true).headers
end

def csv_rows
CSV.read(csv_file_path, headers: true).map(&:to_h)
end
Expand Down

0 comments on commit 01a811c

Please sign in to comment.