TeaWithStrangers/tws-on-rails

View on GitHub
app/models/tea_time.rb

Summary

Maintainability
B
4 hrs
Test Coverage

Class TeaTime has 37 methods (exceeds 20 allowed). Consider refactoring.
Open

class TeaTime < ActiveRecord::Base
  # Only soft-delete tea times
  acts_as_paranoid

  validates_presence_of :host, :start_time, :city, :duration
Severity: Minor
Found in app/models/tea_time.rb - About 4 hrs to fix

    There are no issues that match your filters.

    Category
    Status