agile-alliance-brazil/submissions

View on GitHub
app/models/conference.rb

Summary

Maintainability
A
3 hrs
Test Coverage
A
99%

Class Conference has 28 methods (exceeds 20 allowed). Consider refactoring.
Open

class Conference < ApplicationRecord
  include AutoCompleteUsername

  has_attached_file :logo, styles: { medium: '300x80>', thumb: '75x20>' }
  validates_attachment :logo,
Severity: Minor
Found in app/models/conference.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status