Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
「Relationships」という名前の ActiveRecord があるとします。人の ID を含む配列である「参加者」属性があります。ここで、特定の人物 ID を含むレコードを見つけたいと考えています。どのように照会すればよいですか?
たぶん、あなたがやりたいことは次のようなものです:
Student.where(:grade => [9,11,12])
ここに見られるように:
http://api.rubyonrails.org/classes/ActiveRecord/Base.html