method

with_join_class

Method deprecated or moved

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

with_join_class(join_class)
public

No documentation available.

# File activerecord/lib/active_record/associations.rb, line 2109
            def with_join_class(join_class)
              @join_class = join_class
              self
            end