I have a use case where I want guests to be able to view the index,
but not the individual records, for a model. I know I can restrict all
access: setting view_permitted? to false in the model would prevent
guests from seeing the index, but setting it true allows them to view
the actual records, rather than a limited subset of fields in a table-
plus index.

Short of redefining the show method in the controller, how can I allow
guests to index without show?

-- 
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