I want to get all the companies that are assigned to a given account
but are not assigned to a given company, do I have to use a custom SQL
find in the model or is there an easier way?
Yeah my mistake in the initial message, I did mean I wanted companies
assigned to a given account but not assigned to a given project.
Thanks for the tip, I see that this does two queries so it could
become a bit of a performance issue, but for now it's a lot nicer than
my custom query in the model.