Arie/serveme

View on GitHub
app/models/user.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

class User < ActiveRecord::Base
  devise :omniauthable, :rememberable, :trackable

  has_many :reservations
  has_many :log_uploads, through: :reservations
Severity: Minor
Found in app/models/user.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status