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

Summary

Maintainability
A
1 hr
Test Coverage

Method through_model has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def through_model
      join_model = Class.new(ActiveRecord::Base) {
        class << self
          attr_accessor :left_model
          attr_accessor :name

    There are no issues that match your filters.

    Category
    Status