d3fd997109
1 2 3 4
class Organization < ActiveRecord::Base has_many :member_details has_many :members, :through => :member_details end