notebook/app/models/page_collection_report.rb
2020-07-12 02:23:43 -07:00

5 lines
100 B
Ruby

class PageCollectionReport < ApplicationRecord
belongs_to :page_collection
belongs_to :user
end