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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T14:42:34+00:00 2026-06-10T14:42:34+00:00

I got three models, User , Team and Membership . In the Membership model

  • 0

I got three models, User, Team and Membership. In the Membership model a got a field, role, that stores the user role for the current team.

When a team got a lot of users and I list them and also show the user role for the team my query count explode of course.

Is there a way to load all the Team users and include the role column from the Membership model?

User
has_many :memberships, dependent: :destroy
has_many :teams,       through: :memberships 

Team
has_many :memberships, dependent: :destroy
has_many :users,       through:   :memberships

Membership
belongs_to :user
belongs_to :team
  • 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-06-10T14:42:36+00:00Added an answer on June 10, 2026 at 2:42 pm

    I belive this will work

    team = Team.first #for example
    users = team.users.select("*, memberships.role AS role")
    

    so each user will get role

    users.first.role
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got a model that looks like class order(models.Model): user = models.ForeignKey(some_user) number =
So I've got three models: User User Interest Interest Tags User Model class User
So I've got three models in my app, a User, Review and a Movie
I've got three models. Sales, items, and images. I'd like to validate that when
I've got a User model with three fields, :email, :display_name and :handle. Handle is
So I am building an application that matches users. User models have 3 attributes
I've got three nested models: user has many plates and plate has many fruits
So, I got mailer app/mailers/dynamic_mailer.rb and model app/models/email_message/outgoing.rb . There is method: class EmailMessage::Outgoing
I've got three files on AIX that I need to import into a SQL
I've got three columns inside of a div that is the full page width.

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.