mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 11:36:09 +10:00
Add STI to Member model
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
class GroupMember < Member
|
||||
end
|
||||
@@ -0,0 +1,2 @@
|
||||
class ProjectMember < Member
|
||||
end
|
||||
Reference in New Issue
Block a user