aboutsummaryrefslogtreecommitdiff
path: root/app/models/tag_reference.rb
blob: bd722674d3a376a11f54d2d063ac46081b6511ed (plain)
1
2
3
4
5
6
# frozen_string_literal: true

class TagReference < ApplicationRecord
  belongs_to :tag
  belongs_to :taggable, polymorphic: true
end