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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T12:18:30+00:00 2026-06-08T12:18:30+00:00

Basically I have three models songs, playlists and assignments. Songs have many playlists through

  • 0

Basically I have three models songs, playlists and assignments.

Songs have many playlists through assignments, and vice versa.

I want to write a query that finds every playlist that contains a specified song. Let’s say that song is specified by @song.

So far I’ve got:

#find all the assignments that contain a song_id 

@commonAssignments = Assignment.where("song_id = ?", @data)
@commonPlaylists = #code to find playlists which contain any of the assignments found here

I was wondering where to go from here, thanks for any help in advance

  • 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-08T12:18:31+00:00Added an answer on June 8, 2026 at 12:18 pm
    #create an array of strings made up of playlist id's
    
    @commonAssignments = Assignment.select(:playlist_id).where("song_id = ?", @data).map &:setlist_id
    
    #then find all records associated
        @commonPlaylists = Playlist.find(@commonAssignments)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Say I have a three models that look (basically) like this: class User <
At the moment I have three models A Song has many setlists through Allocations
I currently have models that can be described as follows: Songs can have many
In our product, we have frames that are basically three inheritance levels down from
I have three models, basically: class Vendor has_many :items end class Item has_many :sale_items
I have a couple of models that are composites of multiple objects. I basically
Basically I have two models: User and Godfather. The godfather table has three columns:
I have a POCO class, mapping to a table that basically contain three primary
I basically have three tables, posts, images and postimages (this simply contains the ids
Basically I have some class objects, each with three properties. Once one class object

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.