project_group_links.rb 87 Bytes EditWeb IDE 1 2 3 4 5 6 FactoryGirl.define do factory :project_group_link do project group end end