I really don’t know if the subject made any sense!
Basically I do the following
@user.tags.each do |tag|
…
end
Now I want to limit which tags associated to a user are returned. I
have a category associated with each tag. So for instance I just want
to a user’s tags which have a category = location. Can I do something
like that?