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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T04:44:52+00:00 2026-06-02T04:44:52+00:00

I am trying to have one of my models accept nested attributes. The model’s

  • 0

I am trying to have one of my models accept nested attributes. The model’s name is Tournament, and Tournament has many MapLists. Also worth noting is that the Tournament validates at least one MapList is present. Likewise, MapList validates that tournament_id is present. For a reference, MapList only has 3 attributes: tournament_id, map_order, and map_id. The code, exactly as it appears in Tournament, is:

accepts_nested_attributes_for :map_lists

My problem is concerning new Tournament records. For instance, I would like to create a new tournament using code such as:

t = Tournament.new({map_lists_attributes: [{map_id: 1, map_order: 1}]}, as: :admin)

This code, however, does not work. If I call t.map_lists immediately after instantiating t, I get an empty relation. Obviously, I cannot set tournament_id since I am creating a new record. How can I solve this problem?

  • 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-02T04:44:53+00:00Added an answer on June 2, 2026 at 4:44 am

    attr_assessible will protect against nested-attributes as well… so you’ll need to configure like so:

    class Tournament
      accepts_nested_attributes_for :map_lists
      attr_assessible :map_lists_attributes #and all your others
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have models with many to many relationships like this: class Contact(models.Model): name =
I am trying to set up a nested model form similar to the one
I have an invoice model, that has many invoice items. I have a form
I am trying I have a simple one-to-many association. I am trying to update
I have one question, I was trying to find more information on the internet
I want to have one callback function after actions are done, I'm trying something
Trying to make simple minesweeper game in python, but have one problem. I have
I'm trying to get rid of floats in my functions. I have one function
I am trying to set support information on machines with C#. I have one
I am trying to have two submit buttons in my form - one accepts

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.