Browse Source

Add comment

show-and-tell-temp-branch
Sam Seed 2 years ago
parent
commit
ace91d8f82
  1. 1
      app/services/bulk_upload/lettings/year2023/csv_parser.rb

1
app/services/bulk_upload/lettings/year2023/csv_parser.rb

@ -23,6 +23,7 @@ class BulkUpload::Lettings::Year2023::CsvParser
end end
def cols def cols
# Comment
@cols ||= ("A".."EL").to_a @cols ||= ("A".."EL").to_a
end end

Loading…
Cancel
Save