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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T14:13:50+00:00 2026-05-24T14:13:50+00:00

Is it possible to do a one way reference in mongoid? I would like

  • 0

Is it possible to do a one way reference in mongoid?

I would like to do something like:

class User
  include Mongoid::Document
  include Mongoid::Timestamps

  has_many :blogs, :class_name => "Blog", :inverse_of => :editor
  has_one :active_blog, :class_name => "Blog", :inverse_of => :active_users
end

and the blog model:

class Blog
  include Mongoid::Document
  include Mongoid::Timestamps

  belongs_to :editor, :class_name => "User", :inverse_of => :blogs

end

So, basically, I would like the User to store an object id referencing the blog that it is currently editing/posting to. I do not need the blog to know about the active users, only the other way around.

It seems like the canonical way to do this would be to use ‘belongs_to’ on the User, and ‘has_many’ on the Blog. This does work, but it isn’t ideal because it doesn’t really semantically express the relationship between the two models.

I am new to Mongoid, and have not been able to find a better answer. Is there a better way to set up this type of releationship?

Thanks a ton!

  • 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-24T14:13:52+00:00Added an answer on May 24, 2026 at 2:13 pm

    If you do not even want to create even the accessor active_user on blog side, you can have:

    class User
      belongs_to :active_blog, :class_name => "Blog", :inverse_of => nil
    end
    

    On the other hand has_many/has_one and belongs_to seems perfectly fine to me. It would not store user_ids in blog and blog doesn’t need to know about active user unless you decide it should and start using the accessor from blog side.

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

Sidebar

Related Questions

cgi.escape seems like one possible choice. Does it work well? Is there something that
it's possible to have one entity object (class, e.g. User) for more entity models
Is it possible to have one CSS class reference another? Instead of rewriting all
I have two Document Models that are proving problematic: class Component include Mongoid::Document include
Is it possible one way or another to, within a Perl script, effectively execute
Is it possible to include one CSS file in another?
Possible Duplicate: Best way to determine if two path reference to same file in
I have a javascript function (class) that takes a function reference as one paremter.
Is there a way to reference a certain class/interface/... by enclosing it with its
Possible Duplicate: Unpythonic way of printing variables in Python? In PHP one can write:

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.