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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:20:13+00:00 2026-05-31T13:20:13+00:00

I have two model’s Contact, and User. When I create a new user I

  • 0

I have two model’s Contact, and User. When I create a new user I am trying to create the contact at the same time. But It is not getting created for some reason. Any ideas on why?

class Contact
  include Mongoid::Document
  include Mongoid::Timestamps
  include Mongoid::MultiParameterAttributes
  include Mongoid::Paranoia
  include Mongoid::Versioning

  # Attr.
  attr_accessible :first_name, :last_name, :birthday, :email_addresses_attributes, :phone_numbers_attributes, :relationships_attributes, :addresses_attributes

  #Relationships
  belongs_to :firm, validate: true
  has_one :user # contact information for user
  has_many :relationships, autosave: true
  has_many :clients
  has_many :notes, dependent: :destroy
  ...
end


class User
  include Mongoid::Document
  include ActiveModel::SecurePassword
  include Mongoid::Timestamps

  # Attr.
  attr_accessible :contact_id, :contact_attributes, :password, :password_confirmation, :google_tokens

  #Relationships
  belongs_to :firm, validate: true
  belongs_to :contact, validate: true, autosave: true
  has_one :user_type
  embeds_many :histories

  # Nested Attrs
  accepts_nested_attributes_for :contact
  ...
end
  • 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-31T13:20:14+00:00Added an answer on May 31, 2026 at 1:20 pm

    accepts_nested_attributes_for is done on the owner object to allow you to set attributes of objects that belong it.

    In your case, User belongs to (or is nested under) Contact. You would have to do accepts_nested_attributes_for :user in your Contact model.

    You could switch it around so that User has_one :contact and Contact belongs_to :user. This requires you give Contact a user_id field.

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

Sidebar

Related Questions

I have two ViewModels that present the same Model to different Views. One presents
I am trying to use one join model for two separate but very similar
i have two model 'Asset' , and 'User' .'Asset' can be assigned to one
I have a two middleman model setup as shown below: User has_many :comments has_many
I am trying to create an intermediate model between two models that I'd like
I have two model as follows class User < ActiveRecord::Base validates_associated :account end class
I have two models class Friend(models.Model): me = models.ForeignKey(User) friend = models.ForeignKey(User) remark =
I have two model: User, Article A user can like or dislike many articles,
I have two models: The model NetworkObject try to describe hosts. I want to
I have two tables related: DataEntered and Model DataEntered -currentModel Model One DataEntered can

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.