I've got a user model and a policy model. I've got the association set up so that both use the has_many :through syntax. Given the scenario in editing a policy, a couple of users are already assigned. How can I figure out what users are not assigned to that policy already? Thanks
excellent.....it never fails to amaze me how powerful ruby/rails really is.