Bradly: Thanks for the suggestion. I tried it, but that approach doesn't work for the same reason the content_for approach fails -- the local form variable f isn't in the proper scope when the partial and layout are rendered.
Guyren: That's the approach I'm currently coding. Will let you know what success I have. Cheers, Chris On Sun, Jul 8, 2012 at 12:04 AM, Guyren Howe <[email protected]> wrote: > On Jul 7, 2012, at 23:23 , Chris McCann wrote: > > Can anyone recommend an approach that will let me re-use the outer > form_for and other mark-up? > > > A shared form, to which you pass the name of the partial you want it to > render inside itself? > > -- > SD Ruby mailing list > [email protected] > http://groups.google.com/group/sdruby > -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
