codetriage/codetriage

View on GitHub
app/models/user.rb

Summary

Maintainability
B
4 hrs
Test Coverage

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

class User < ActiveRecord::Base
  # Include default devise modules (but not :registerable). Others available are:
  # :token_authenticatable, :encryptable, :confirmable, :lockable, :timeoutable,
  # :omniauthable, and :registerable
  devise :database_authenticatable, :recoverable, :rememberable, :trackable, :omniauthable
Severity: Minor
Found in app/models/user.rb - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status