Displaying 1 result from an estimated 1 matches for "nameholder".
2006 May 04
5
Child calls
If I use <%= parent.name %> and or <%= parent.child.name %> then i get
the correct record.
BUT if say <% nameholder = "parent.child.name" %>
<%= nameholder %> it just prints parent.child.name.
How do I get ruby to recognize nameholder as object?
Thanks,
James
--
Posted via http://www.ruby-forum.com/.