indentlabs/notebook

View on GitHub
app/models/stream/content_page_share_report.rb

Summary

Maintainability
A
0 mins
Test Coverage
class ContentPageShareReport < ApplicationRecord
  belongs_to :content_page_share
  belongs_to :user
end