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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T13:09:15+00:00 2026-06-03T13:09:15+00:00

So I have a join table that relates to multiple models and stores the

  • 0

So I have a join table that relates to multiple models and stores the appropriate id and class like so:

Statistics
-----------------------------------
|object_type | object_id | value  |
-----------------------------------
| "User"     |     1     |  100   |
-----------------------------------
| "Post"     |     61    |  50    |
-----------------------------------

I was hoping to use metaprogramming to do pass the “object_type” and somehow and use the resulting object like so:

send("User").find(1)        #i.e. User.find(1)
send("Post").find(61)       #     Post.find(61)

Is there any good way to do this short of constructing a complicated if-else or case statement (i.e. if object_type == “User”…) ???

  • 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-03T13:09:16+00:00Added an answer on June 3, 2026 at 1:09 pm

    Classes are named with constants, so you can turn strings into classes easily with const_get:

    self.class.const_get("User").find(1)
    

    or

    Object.const_get("User").find(1)
    

    But it’s generally better to use the first version as it’s closer to what you get when you refer to the class directly.

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

Sidebar

Related Questions

I have a primary table for Articles that is linked by a join table
I have a join which deletes rows that match another table but the joining
I have multiple Django models that reference a model using foreign keys as such:
I have a 3 tables that I'm trying to join and get distinct results.
I have 4 different tables that I want to join. The tables are structured
i have a stored procedure that performs a join of TableB to TableA :
I have some older (broken) code that has a join using a *= table1.ID
I have the same problem as described in ( Last record of Join table
I have two tables (Table A, Table B) joined with a join table (TableAB)
I have two classes with many-to-many relation so I created a join table in-between

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.