mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-01 02:09:11 +01:00
4 lines
76 B
Ruby
4 lines
76 B
Ruby
class GroupMember < ActiveRecord::Base
|
|
has_one :user
|
|
has_one :group
|
|
end
|