On Sun, Apr 29, 2012 at 3:30 PM, Jake K <[email protected]> wrote: > Ah, got it. Then how would one display that on a custom show view? I > tried <% this.rating %> and <% book.rating %> but that doesn't seem to > do the trick... Sorry for the newb question!
<%= this.rating %> or <view:rating /> Bryan -- 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.
