mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
a9422cc1db
Signed-off-by: Frederick Cheung <frederick.cheung@gmail.com>
5 lines
136 B
Ruby
5 lines
136 B
Ruby
class MemberDetail < ActiveRecord::Base
|
|
belongs_to :member
|
|
belongs_to :organization
|
|
has_one :member_type, :through => :member
|
|
end
|