This is solved! By adding flatten to the last loop...

    sub_area_option_item[:items][:option_item].flatten.each do |option_item|
      option_item[:name] <- THIS IS WHERE MY CODE BREAKS
    end

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msg/rubyonrails-talk/-/oWVumqWCdiIJ.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to