ujh/fountainpencompanion

View on GitHub
app/models/usage_record.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method to_csv has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def self.to_csv
    CSV.generate(col_sep: ";") do |csv|
      csv << [
        "Used On",
        "Pen Brand",
Severity: Minor
Found in app/models/usage_record.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status