double accepts_nested_attributes_for
        Posted  
        
            by sfusion
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sfusion
        
        
        
        Published on 2010-04-15T15:10:47Z
        Indexed on 
            2010/04/15
            15:13 UTC
        
        
        Read the original article
        Hit count: 262
        
does anyone know if it is possible to do a double nested form for. so that i could upload images to a set from an article form.
e.g.
Article
  has_many :image_sets
ImageSet
  belongs_to :article
  has_many :images
Image
  belongs_to :image_set
© Stack Overflow or respective owner