I have two models Rentals and Items, where Item has_many :rentals and Rental 
belongs_to :item.   Item has name, and serial.

In the Rental Card, I have 

<h4 param="heading"><a><this.item/></a> - <view:this.item.serial/></h4>

this.item works fine - puts the name of the item.   this.item.serial doesn't 
work - I get (Not Available), even though the information is being accessed by 
the database.   What am I doing wrong?

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" 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/hobousers?hl=en.

Reply via email to