openaustralia/publicwhip

View on GitHub
app/models/watch.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

class Watch < ApplicationRecord
  belongs_to :watchable, polymorphic: true
  belongs_to :user
end