notebook/app/models/content_page.rb
2018-10-17 17:58:48 -05:00

5 lines
84 B
Ruby

class ContentPage < ApplicationRecord
belongs_to :user
belongs_to :universe
end