mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 16:29:52 +01:00
6 lines
131 B
Ruby
6 lines
131 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Appendable < ApplicationRecord
|
|
belongs_to :parent, polymorphic: true
|
|
belongs_to :user
|
|
end
|