mirror of
https://github.com/github/rails.git
synced 2026-02-16 09:05:14 -05:00
6 lines
136 B
Ruby
6 lines
136 B
Ruby
class MemberDetail < ActiveRecord::Base
|
|
belongs_to :member
|
|
belongs_to :organization
|
|
has_one :member_type, :through => :member
|
|
end
|