Hi all;

I'm looking for ideas on what's triggering this error message when I'm 
trying to show a simple collection (@my_groups) within a custom DRYML page.

  private method `select' called for "@my_groups":String

I have a typical User model and a user can create (own) one or more Groups.

In one of my controllers, I have:

    @my_groups = Group.where(:owner_id => current_user.id)

And in the related DRYML page, I have:

     <collection with="@my_groups"/>

Seems pretty straight-forward, but I'm clueless about what's triggering the 
error.

Many thanks,
Tim


-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/hobousers/-/LU5wa01YU1d6Rk1K.
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