mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-23 21:30:21 -04:00
5 lines
88 B
Ruby
5 lines
88 B
Ruby
|
class CategoryGroup < ActiveRecord::Base
|
||
|
belongs_to :category
|
||
|
belongs_to :group
|
||
|
end
|