Hi, I've got two models - A and B, model A has_one model B. Some user is allowed to see all items of model A, but only some items of model B and each item of model A has one item of model B. When the model B item is allowed to be seen there is no problem, but when it's not I'm getting error "view of non-viewable field 'name' of". What can I do to filter (not show) rows, where model B' items are not allowed to be seen?
-- 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.
