mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
add abstract PageGrouper class for later
This commit is contained in:
parent
f02cd0e0e4
commit
af3e9f6964
7
app/models/page_groupers/page_grouper.rb
Normal file
7
app/models/page_groupers/page_grouper.rb
Normal file
@ -0,0 +1,7 @@
|
||||
class PageGrouper < ApplicationRecord
|
||||
self.abstract_class = true
|
||||
|
||||
include HasContentLinking
|
||||
|
||||
belongs_to :user, optional: true
|
||||
end
|
||||
Loading…
Reference in New Issue
Block a user