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

  • Home
  • SEARCH
  • 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 937107
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T21:25:21+00:00 2026-05-15T21:25:21+00:00

Trying to perform a nested object form. The page loads with no errors, but

  • 0

Trying to perform a nested object form. The page loads with no errors, but when I send it, no information gets saved to the organization model.

The SQL call says this ..

Parameters: {"commit" => "save", "action"=>"update","_method"=>"put",  "organization"=>{"likes_snacks"=>"0"}, ..

Which is right. The 1 and 0 can be changed properly by flipping on and off the checkbox. But that information is just not saved to the database I guess. Any ideas?

HAML:

- form_for @user do |f|
  = f.label :username
  = f.text_field :username
.clear
  - fields_for :organization do |org| unless @user.organizations.empty?
    = org.label :likes_snacks, 'Like snacks?'
    = org.check_box :likes_snacks
= f.submit 'save', {class => 'button'}

CONTROLLER:

def edit
  @user = current_user
  @organization = current_user.organizations.first
end

MODELS:

ORGANIZATION.RB:

has_many  :users, :through => :organizations_users

USER.RB:

has_many  :organizations, :through => :organizations_users
  • 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-15T21:25:22+00:00Added an answer on May 15, 2026 at 9:25 pm

    It seems like you can save the parent attributes but not the child attributes.

    To make child attributes accessible through a nested forms you’ll need to add the “#{child_class_name}_attributes” to the attr_accessible method in your parent class.(Only if use attr_accessible in parent model)

    So your parent model should look like this:

    class User < ActiveRecord::Base
      attr_accessible :username, :organizations_attributes
      accepts_nested_attributes_for :organizations
    end
    

    Also, If you don’t use attr_accessible in your parent model this is not necessary.

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

Sidebar

Related Questions

I am trying to perform a nested AJAX call using the following code. The
I'm trying perform a relatively basic TCP socket send/receive operation on Windows CE using
I am trying to perform a search for documents within a SharePoint site, but
I'm trying to parse a nested array structure of the following form: [element [[child1]
I'm getting the following exception when trying to perform the following LINQ-query nested with
I have a Page (form) that has many UserControls on it, and I'm trying
I'm trying to perform a LINQ query on a DataTable object and bizarrely I
Trying to perform grayscale transformation on frames on a video ,but keep getting Assertation
I am trying to figure out the best way to perform a nested for-each
Im trying to perform a mod rewriting to my web site. And I used

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.