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

  • SEARCH
  • Home
  • 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 6808161
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:55:17+00:00 2026-05-26T19:55:17+00:00

How do I reference self in the following? scope :children, where(parent_id = ?, self.id)

  • 0

How do I reference self in the following?

scope :children, where("parent_id = ?", self.id)

self doesn’t seem to work in this context

  • 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-26T19:55:17+00:00Added an answer on May 26, 2026 at 7:55 pm

    Normally scopes are chained off the class, like this:

    Foo.recent_entries.posts # Or whatever.
    

    You’d need a lambda scope to get the same behavior:

    scope :children_of, lambda { |o| where("parent_id=?", o.id }
    

    I’m assuming you’re trying to get a specific instance’s children:

    parent.children
    

    This would be an instance method, but: this looks like a basic self-referencing association, too, rather than something needing a scope.

    If you’re making a tree there are gems for that, e.g., closure-tree, ancestry, and others.

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

Sidebar

Related Questions

Simple WPF/XAML question. In XAML, how do I reference the Self/this object in a
I am self-studying a C# reference and it gives the following information: 1.21.4. Declaring
What's the reason of passing a value for a self reference in class functions
I have a object Organization Unit and I have a self reference to it
In reference to this answer to a Stack Overflow question : what is bench-testing
The following is from the Python v3.1.2 documentation: From The Python Language Reference Section
This question is a follow-up on a question about Python variable scope . Additional
Why does this init method return an object out of scope? Using XCode 4.2,
I have the following Bird definition: class Bird: def __init__(self, swarm, position = None):
Given the following models: class Graph(models.Model): owner = models.ForeignKey(User) def __unicode__(self): return u'%d' %

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.