rosa-build/app/models/project_to_repository.rb

5 lines
98 B
Ruby
Raw Normal View History

class ProjectToRepository < ActiveRecord::Base
belongs_to :project
belongs_to :repository
end