sxross/MotionModel

View on GitHub
motion/adapters/array_finder_query.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class ArrayFinderQuery has 24 methods (exceeds 20 allowed). Consider refactoring.
Open

  class ArrayFinderQuery
    attr_accessor :field_name

    def initialize(*args)#nodoc
      @field_name = args[0] if args.length > 1
Severity: Minor
Found in motion/adapters/array_finder_query.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status