Subject: habtm on an array
From: Daniel <daniel_mclean hotmail.com>
Date: Wed, 31 May 2006 20:28:49 +0900
Hi,
I have three Models
User, Group and File.
User habtm group
Group habtm File
How can I find all that files that a particular user has access to?
eg user.groups.files ?
--
Posted via http://www.ruby-forum.com/.