indentlabs/notebook

View on GitHub
app/models/page_reference.rb

Summary

Maintainability
A
0 mins
Test Coverage
class PageReference < ApplicationRecord
  belongs_to :referencing_page, polymorphic: true
  belongs_to :referenced_page, polymorphic: true
  belongs_to :attribute_field
end