method

find_parent_in

Method deprecated or moved

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

find_parent_in(other_join_dependency)
public

No documentation available.

# File activerecord/lib/active_record/associations.rb, line 2131
            def find_parent_in(other_join_dependency)
              other_join_dependency.joins.detect do |join|
                self.parent == join
              end
            end