mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
6 lines
173 B
Ruby
6 lines
173 B
Ruby
class PageReference < ApplicationRecord
|
|
belongs_to :referencing_page, polymorphic: true
|
|
belongs_to :referenced_page, polymorphic: true
|
|
belongs_to :attribute_field
|
|
end
|