activemodel/lib/active_model/attribute_set.rb

Summary

Maintainability
A
2 hrs
Test Coverage

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

  class AttributeSet # :nodoc:
    delegate :each_value, :fetch, :except, to: :attributes

    def initialize(attributes)
      @attributes = attributes
Severity: Minor
Found in activemodel/lib/active_model/attribute_set.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status