meta-where Questions
9
Solved
Consider a simple association...
class Person
has_many :friends
end
class Friend
belongs_to :person
end
What is the cleanest way to get all persons that have NO friends in ARel and/or meta_wh...
Gravamen asked 15/3, 2011 at 23:47
1
© 2022 - 2024 — McMap. All rights reserved.