opf/openproject

View on GitHub
app/models/user_preference.rb

Summary

Maintainability
A
0 mins
Test Coverage

Class UserPreference has 24 methods (exceeds 20 allowed). Consider refactoring.
Invalid

class UserPreference < ApplicationRecord
  belongs_to :user
  delegate :notification_settings, to: :user
  serialize :settings, coder: ::Serializers::IndifferentHashSerializer

Severity: Minor
Found in app/models/user_preference.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status