method

options_for_through_record

rails latest stable - Class: ActiveRecord::Associations::HasManyThroughAssociation

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

options_for_through_record()
private

No documentation available.

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