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 6164883
In Process

The Archive Base Latest Questions

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

I have a Course model with 2 associations to another model, Tree: belongs_to :interaction_outline,

  • 0

I have a Course model with 2 associations to another model, Tree:

belongs_to  :interaction_outline, :class_name => "Tree", 
                                  :foreign_key => "interaction_outline_id"
belongs_to  :token_outline, :class_name => "Tree", 
                                  :foreign_key => "token_outline_id"

I read this and was able to include sibling associations in my controller.

@course.to_json(:include=> [:interaction_outline, :token_outline]

I was also able to get multiply nested associations:

@course.to_json(:include=>{:interaction_outline=> 
                              {:include=> {:tree_node=> 
                                     {:include=> :definition}}}} )  

BUT I cannot get both sibling AND multiply nested includes:

@course.to_json (:include=> [{:interaction_outline=> 
                               {:include=> {:tree_node=> 
                                    {:include=> :definition}}}}, 
                            {:token_outline=> 
                               {:include=> {:tree_node=> 
                                   {:include=> :definition}}}} ] ) 
#NoMethodError (undefined method `macro' for nil:NilClass)
#the error you get when the syntax or the association is wrong

I tried this, too:

@course.to_json (:include=> [:interaction_outline=> 
                               {:include=> {:tree_node=> 
                                   {:include=> :definition}}}, 
                          :token_outline=> 
                             {:include=> {:tree_node=> 
                                    {:include=> :definition}}} ] ) 
#same error

What is the right syntax here?

  • 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-23T22:04:12+00:00Added an answer on May 23, 2026 at 10:04 pm

    You’re really close. Just use hash notation instead of array.

    @course.to_json (:include=> {:interaction_outline=> 
                                   {:include=> {:tree_node=> 
                                        {:include=> :definition}}}, 
                                 :token_outline=> 
                                   {:include=> {:tree_node=> 
                                       {:include=> :definition}}}} ) 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a model called websites that has_many :likes , and of course another
I have a model Teacher like this: name = models.CharField(max_length=100,unique=True) course = models.ManyToManyField(Course) And
I have the following model: class Advisor < ActiveRecord::Base belongs_to :course end class Course
I have Course's model and the course consist of several file (stored only link
In my app I have a user model, school model, course model, and a
Currently I have a database of Courses, and it has 6 columns: class Course(models.Model):
I have model with ImageFile field: def upload_course_cover(object, filename): return '/media/courses/%s_%s' % (Course.objects.aggregate(Max('id'))['id__max'] +
Imagine I have a model called Course and each course has_many Modules . However
I have a model Course, which has several many to many relationships like Age
I have a data model in Doctrine/symfony. I have a 'Course' which has many

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.