BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
84ee2857975ed2da991604d9f93a151b66032991
84ee2857975ed2da991604d9f93a151b66032991
Switch branch/tag
gitlab-ce
spec
factories
project_group_links.rb
Find file
Normal view
History
Permalink
project_group_links.rb
87 Bytes
Edit
Web IDE
Newer
Older
Bring ProjectGroupLink model and migrations from EE
ea5f4cae
Dmitriy Zaporozhets
committed
8 years ago
1
2
3
4
5
6
FactoryGirl
.
define
do
factory
:project_group_link
do
project
group
end
end