mluukkai/labtool

View on GitHub
app/models/user.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

class User < ActiveRecord::Base
  attr_accessible :email, :forename, :student_number, :surename, :password, :password_confirmation

  has_secure_password

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

    There are no issues that match your filters.

    Category
    Status