hardpixel/active-delegate

View on GitHub
lib/active_delegate/attribute/object.rb

Summary

Maintainability
A
3 hrs
Test Coverage

Class Object has 26 methods (exceeds 20 allowed). Consider refactoring.
Open

    class Object
      attr_reader :attribute_name, :association_class, :options

      def initialize(attribute_name, association_class, options = {})
        @attribute_name    = attribute_name
Severity: Minor
Found in lib/active_delegate/attribute/object.rb - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status