Hello, Just started playing around with Hobo so I guess this is probably going to be user error but I keep getting this NoMethodError in Courses#index when trying to use <table-plus>
undefined method `editable_by?' for #<WillPaginate::Collection: 0x1065e0d60> I created a new index.dryml page for my model with the following code inside <show-page> <collection: replace> <table-plus fields="this, short_description"> </table-plus> </collection:> </show-page> changing to <table-plus:courses fields="this, short_description"> does not make any difference and changing pages.dryml to have <collection:courses param/> or <collection param/> does not seem to matter. Any ideas? Cheers, Ian -- 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.
