Contact belongs_to status_contacts
I only want those Contacts where no value has been assigned.
I installed the searchlogic plugin.
I tried:
contacts = Contact.status_contact_null
And got an error.
How can I get a full sense of how to use associations with searchlogic, and how can I use it for this particular search?