mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 10:06:03 +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
|