gistflow/gistflow

View on GitHub
app/models/user.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Class User has 32 methods (exceeds 20 allowed). Consider refactoring.
Open

class User < ActiveRecord::Base
  include Models::Todolistable

  delegate :token, to: :account_token

Severity: Minor
Found in app/models/user.rb - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status