method

options_for_through_record

options_for_through_record()
private

No documentation available.

# File activerecord/lib/active_record/associations/has_many_through_association.rb, line 101
        def options_for_through_record
          [through_scope_attributes]
        end