indentlabs/notebook

View on GitHub
app/models/page_groupers/page_grouper.rb

Summary

Maintainability
A
0 mins
Test Coverage
class PageGrouper < ApplicationRecord
  self.abstract_class = true

  include HasContentLinking

  belongs_to :user, optional: true
end