How can I find records in my database on a not equal condition? I have this now, but is there a fancy rails-speak way of doing it?
GroupUser.where(\'user_id
Rails 4
GroupUser.where.not(user_id: me)