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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:15:19+00:00 2026-06-12T09:15:19+00:00

I am using mongoid in Rails 3 and I came across this problem: Let’s

  • 0

I am using mongoid in Rails 3 and I came across this problem:

Let’s say I have a Shape model:

class Shape
  include Mongoid::Document
  field :x, type: Integer
  field :y, type: Integer
  embedded_in :canvas
end

And a Canvas model (has many Shapes):

class Canvas
  include Mongoid::Document
  field :name, type: String
  embeds_many :shapes
end

Then a Canvas model “has many Shapes”.

I have Browser model inherited from Canvas:

class Browser < Canvas
  field :version, type: Integer
end

Then Browswer model should “has many Shapes” now.

But, now I have a “Circle” model inherited from Shape:

class Circle < Shape
  field :radius, type: Float
end

And I want to let Browser model to “has many Circles” instead of “has many Shapes”. That is to say, I want to overwrite the “has many” relationship in Browser model from “has many Shapes” to “has many Circles”.

How should I do it?

  • 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-12T09:15:19+00:00Added an answer on June 12, 2026 at 9:15 am

    I’m not 100% sure, but I think you would just add the line for embeds_many :circles to the Browser model. You wouldn’t need to remove the inherited relation.

    Since Circle inherits from Shape, circles will get stored in an array stored in the “shapes” key in the Browser document anyway, they’ll just have their _type attribute set to “Circle”. In other words, having the embeds_many :shapes relation doesn’t create anything in the DB that embedding many circles wouldn’t create anyway.

    It will, however, mean that you have methods such as Browser.frist.shapes available, but you can simply ignore these. Adding the embeds_many :circles will give you the methods for that relation, such as Browser.first.circles.

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

Sidebar

Related Questions

I have a class User in Rails using Mongoid and Devise. I can't seem
Using Mongoid 2.4.5 on Rails 3.2.1 I have a Model Book that has_many :pages
I would like to write a query in a Rails model using mongoid, and
I have recently been getting my feet wet in MongoDB using Mongoid w/ Rails
I have two entities, projects and users. These are modeled in Rails using Mongoid
I'm using Mongoid, Devise and Rails 3.1. I have four models: Students, Teacher, Parents
I have a Rails 3.1 app, running on Ruby 1.9.2, Mongo 2.0.2, using Mongoid
I have been working on rails project, which had been made using noSql(Mongoid). Every
I am using mongoid for rails (latest version). I have a collection full of
I`m having a problem with search query in Rails 3 application using Mongoid. My

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.