5 lines
89 B
Ruby
5 lines
89 B
Ruby
class Categorization < ApplicationRecord
|
|
belongs_to :bubble
|
|
belongs_to :category
|
|
end
|