fernandokosh/redmine_time_tracker

View on GitHub
app/models/time_booking.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class TimeBooking has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

class TimeBooking < ActiveRecord::Base
  include Redmine::I18n
  unloadable

  attr_accessible :started_on, :stopped_at, :time_entry_id, :time_log_id, :project, :project_id
Severity: Minor
Found in app/models/time_booking.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status