Sha256: 15eb8a30f3dd705feb8e33b72f3b55e5fb7161287512b507b11b3b29507d00ae
Contents?: true
Size: 147 Bytes
Versions: 22
Compression:
Stored size: 147 Bytes
Contents
# frozen_string_literal: true module Thredded class TopicCategory < ActiveRecord::Base belongs_to :category belongs_to :topic end end
Version data entries
22 entries across 22 versions & 2 rubygems