Hi, I am a bit confused on exactly how this works out.
I have ObjectA which has_many :things and Thing belongs_to :object_a

So, what I want to do is display all the things that ObjectA has in a
text_area. When I have

<%= f.text_area("things") %>

I get a text_area with

#<Thing:0x460efb0>#<Thing:0x460ef38>

I want to display thing.name, but I'm stuck at this point.


Any help would be great, thanks.



~Jeremy
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to