activerecord/lib/active_record/associations/builder/association.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method create_reflection has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def self.create_reflection(model, name, scope, options, &block)
Severity: Minor
Found in activerecord/lib/active_record/associations/builder/association.rb - About 35 mins to fix

    Method build has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def self.build(model, name, scope, options, &block)
    Severity: Minor
    Found in activerecord/lib/active_record/associations/builder/association.rb - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status