openaustralia/morph

View on GitHub
app/models/collaboration.rb

Summary

Maintainability
A
0 mins
Test Coverage
# typed: strict
# frozen_string_literal: true

# Contribution of a user to the code a scraper
class Collaboration < ApplicationRecord
  belongs_to :owner
  belongs_to :scraper
end