retrospring/app/models/appendable.rb

7 lines
131 B
Ruby
Raw Normal View History

2022-01-27 22:42:01 +01:00
# frozen_string_literal: true
class Appendable < ApplicationRecord
belongs_to :parent, polymorphic: true
belongs_to :user
end