joshwlewis/validates_by_schema

View on GitHub
lib/validates_by_schema/validation_option.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

class ValidatesBySchema::ValidationOption
  # column here must be an ActiveRecord column
  # i.e. MyARModel.columns.first
  attr_accessor :klass, :column, :unique_indexes

Severity: Minor
Found in lib/validates_by_schema/validation_option.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status