Alexis Mueller wrote:
> ...
> I would really appreciate any help or suggestions.

I don't know Formtastic and can't find docs for it. For standard nested 
forms there is an 'object' method:

 <% f.fields_for :options do | of | %>
   <%= of.text_field :value, :label => of.object.name, :hint => 
of.object.hint %>
 <% end %>

There should be some equivalent (I would even expect it to have the same 
name).

Hope this helps, T.
-- 
Posted via http://www.ruby-forum.com/.
-- 
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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.


Reply via email to