I have some ActiveResource models like so:
class Meeting has_many :sections end class Section has_many :items end class Items has_many :items end <
class Meeting has_many :sections end class Section has_many :items end class Items has_many :items end