Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3877630
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T22:31:11+00:00 2026-05-19T22:31:11+00:00

I have a self referential association like this: class Influencer < ActiveRecord::Base has_many :followers,

  • 0

I have a self referential association like this:

class Influencer < ActiveRecord::Base

 has_many :followers, :class_name => 'Following', :foreign_key => 'influencer_id'
 has_many :following, :class_name => 'Following', :foreign_key => 'follower_id'  

on my influencer table I have a field called “external_identifier”

I want to check my followers for a given external_identifier, so normally I would do an :include so it does a join.

I tried:

myinfluencer.followers.find(:first, :include => 'influencers', :conditions => ["influencers.external_identifier = ?","934394343434"])

but it errors with “influencers” is not an association, I also tried “followers”, neither seem to work properly.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-19T22:31:12+00:00Added an answer on May 19, 2026 at 10:31 pm

    Try :include => :follower.

    myinfluencer.followers returns a has_many association, so when you are joining in order to test a condition on the related model (Influencer), you need to use the belongs_to side of the association, which in this case is belongs_to :follower.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following code: class IncidentTag: def __init__(self,tag): self.tag = tag def equals(self,obj):
I have the following example code: class A(object): def __init__(self, id): self.myid = id
I have trouble with the self referential association, the models should give ma an
If I have a self-referential Topic class and I want to recursively loop through
I have a self-referential model class: public class Word { public virtual int Id
I have a class Node with a self referential mapping 'children' (backref 'parent') representing
I have a class: class MyClass: def __init__(self, foo): if foo != 1: raise
I have a VB6 application that needs to update it's self. For this purpose,
I have a self-referential MySQL table with a recursive parent_id: CREATE TABLE `recursive` (
I have a self referential table, which has ID, ParentID (nullable). So, the table

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.