RoR - Associations into practise - forms (View)
Posted
by NicoJuicy
on Stack Overflow
See other posts from Stack Overflow
or by NicoJuicy
Published on 2010-04-15T23:47:16Z
Indexed on
2010/04/15
23:53 UTC
Read the original article
Hit count: 201
ruby-on-rails
|partial-views
I'm learning Ruby on Rails.
I'm using some associations (has_many :through, ...)
But i'm having some problems with it when i'm combining my views.
How exactly do i combine these nested forms? Can i do this with partial forms and where do i have to write extra code for this? I have seen examples only use the "view" and others also edit the controller....
An example would be very nice :-)
© Stack Overflow or respective owner