Retrospring/app/models/appendable.rb

7 lines
131 B
Ruby
Raw Normal View History

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