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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T04:52:54+00:00 2026-05-14T04:52:54+00:00

Here are the relevant models: User Product Order A User can sell or buy

  • 0

Here are the relevant models:

User
Product
Order

A User can sell or buy products
An order has a buyer, a seller and one product

I know that I can do this with a HABTM relationship between orders and user, but is seems to me like it would be simpler to put in the Order table the following columns:

:seller_id
:buyer_id

and manage those relationships manually as orders are only created once and never edited. However, this doesn’t seem very Rails-like and I am wondering if I am missing something conceptually at the HABTM relationship.

  • 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-14T04:52:54+00:00Added an answer on May 14, 2026 at 4:52 am

    no it’s not a ruby way although you are not edited order once it created.

    Use following relationship in model i think it will work. No check though

    User.rb
    has_many :users
    has_many :purchase, :class_name =>Order, :foreign_key=>'buyer_id'
    has_many :sells, :class_name =>Order, :foreign_key=>'seller_id'
    
    Product.rb
    belongs_to :user
    has_many :orders
    
    Order.rb
    belongs_to :buyer, :class_name =>User, :foreign_key=>'buyer_id'
    belongs_to :seller, :class_name =>User, :foreign_key=>'seller_id'
    belongs_to :product
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have three models ( User , Tag , Product ) and they interact
I have a strange problem with mod_rewrite, the rules that are relevant here are:
I do not seem to understand how to catch constructor exception. Here is relevant
Here's the relevant code snippet. public static Territory[] assignTerri (Territory[] board, String[] colors) {
Here's the relevant code: public static void printBoarders (Territory x) { int t =
Here's the relevant bit of the source code: class Dice { String name ;
Here's the relevant part of the Dice class: import java.util.*; class Dice { String
I'm having some trouble with the jQuery hover method. Here's the relevant JavaScript code:
I searched through here as best I could and though I found some relevant
Ok, i've read most relevant questions asked here previously on this but I still

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.