You want to modify your index finder (in the controller) to only grab the
right entries anyway. Otherwise pagination is broken.
def index
if current_user.administrator?
hobo_index
elsif
hobo_index acting_user.things
end
end
I can't really speak to the other 2 conditions though but that might at
least point you in the right direction.
--
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/-/NQF3qosKt3EJ.
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.