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

The Archive Base Latest Questions

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

Is this possible? In an events system an event can have multiple times. (ie,

  • 0

Is this possible?

In an events system an event can have multiple times. (ie, if it is a 3 day event and each day it’s at a different time). Each time has a place associated with it. Finally, each place has an address associated with it. Now, can I reference those addresses through my event model?

I’m thinking something conceptually like this:

class Event < ActiveRecord::Base
    has_many :TimePlaces
    has_many :Places :through => :TimePlaces
    has_many :Addresses :through => :PlaceAddresses :through => :Places
  • 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-11T22:39:25+00:00Added an answer on May 11, 2026 at 10:39 pm

    This is the right syntax.

    class Event < ActiveRecord::Base
        has_many :time_places
        has_many :places, :through => :time_places
        has_many :addresses, :through => :places
    

    Despite this should work, you might want to redesign your database. Running a query with too many joins requires an intensive database elaboration and drastically slows down your application.

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

Sidebar

Related Questions

Is it possible to code this sequence of events once an iPhone app has
How can the event System.ComponentModel.CancelEventArgs be used? Suppose we have the following code: public
I have a simple rails app that is like an event system which has
I'm trying to create an event handling system where objects can subscribe to events
Is it possible to handle this event in some way? What happens in terms
Is it possible to change this code: @Override public boolean onKeyDown(int keyCode, KeyEvent event)
Is this possible? My code works on Firefox. I can also get webkit to
We have an application with multiple subsystems running in different threads (ie one thread
I have a quoting system that can generate several variants of a quote. these
Is it possible that Page_Unload event can reset textbox.text? I found that can't! Markup

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.