howaboutwe/experimental

View on GitHub
lib/experimental/experiment.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  class Experiment < ActiveRecord::Base
    extend Population::Filter

    if ActiveRecord::VERSION::MAJOR < 4 || defined?(ProtectedAttributes)
      attr_accessible :name, :num_buckets, :notes, :population
Severity: Minor
Found in lib/experimental/experiment.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status