SUSE/hackweek

View on GitHub
app/models/project.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Project has 22 methods (exceeds 20 allowed). Consider refactoring.
Open

class Project < ApplicationRecord
  include AASM
  include Rails.application.routes.url_helpers

  validates :title, :description, :originator, presence: true
Severity: Minor
Found in app/models/project.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status