Sha256: 9db65432296f69d954df555e5b660dffeec4cf470e5c98c2c93a0b3dc95999b8

Contents?: true

Size: 116 Bytes

Versions: 10

Compression:

Stored size: 116 Bytes

Contents

module Thredded
  class TopicCategory < ActiveRecord::Base
    belongs_to :category
    belongs_to :topic
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thredded-0.2.2 app/models/thredded/topic_category.rb
thredded-0.0.12 app/models/thredded/topic_category.rb
thredded-0.0.10 app/models/thredded/topic_category.rb
thredded-0.0.9 app/models/thredded/topic_category.rb
thredded-0.0.8 app/models/thredded/topic_category.rb
thredded-0.0.7 app/models/thredded/topic_category.rb
thredded-0.0.6 app/models/thredded/topic_category.rb
thredded-0.0.5 app/models/thredded/topic_category.rb
thredded-0.0.4 app/models/thredded/topic_category.rb
thredded-0.0.3 app/models/thredded/topic_category.rb