Sha256: a136f689f4da3fb32187631a7e84df752b9ab5d52836709248a93247488fa5a1
Contents?: true
Size: 146 Bytes
Versions: 23
Compression:
Stored size: 146 Bytes
Contents
# frozen_string_literal: true module Thredded class TopicCategory < ActiveRecord::Base belongs_to :category belongs_to :topic end end
Version data entries
23 entries across 23 versions & 1 rubygems