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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T10:42:41+00:00 2026-06-03T10:42:41+00:00

I have a project in which the following models are set up: class User

  • 0

I have a project in which the following models are set up:

class User < ActiveRecord::Base
has_and_belongs_to_many :projects
has_and_belongs_to_many :user_roles

class Project < ActiveRecord::Base
has_and_belongs_to_many :users
has_many :user_roles

class UserRole< ActiveRecord::Base
has_and_belongs_to_many :users
belongs_to :project

My problem arises when I want to return every project a user has been involved with and what user role(s) they had on the project including any projects they have worked on and had no assigned user role for

I have a feeling has_many :through might work but I’m not sure exactly how it would work. Any thoughts would be greatly appreciated!

  • 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-03T10:42:42+00:00Added an answer on June 3, 2026 at 10:42 am
    class User < ActiveRecord::Base
      has_many :user_roles
      has_many :projects, :through => :user_roles
    
    
    class Project < ActiveRecord::Base
      has_many :user_roles
      has_many :users, :through => :user_roles
    
    
    class UserRole< ActiveRecord::Base
      belongs_to :user
      belongs_to :project
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following task. Having three models Project, User and PurchaseOrder. I want
I have a project which have following folder structure Resources/ android/ images/ res-hdpi/ main.png
I have a project which it's domain contain following classes: Courier Customer Food Order
So I have the following .htaccess file contents from my other project which is
Hi I have a visual studio project which includes postbuildevents in the following form:
In my project I have the following three interfaces, which are implemented by classes
I have a following situation in my project. There are some tag values which
I have the following table structure, which is imported into an Entity Framework project:
Consider the following situation: I have two android projects named P1 and P2 which
I have a pre-existing project to which I've added Core Data models. I added

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.