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

5 lines
103 B
Ruby

class PageCollectionFollowing < ApplicationRecord
belongs_to :page_collection
belongs_to :user
end