app/models/room.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Room has 31 methods (exceeds 20 allowed). Consider refactoring.
Open

class Room < ApplicationRecord

  include UidGeneration
  include PgSearch::Model
  multisearchable :against => [:name], :unless => :discarded_at?
Severity: Minor
Found in app/models/room.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status