5 lines
87 B
Ruby
5 lines
87 B
Ruby
class Characterization < ApplicationRecord
|
|
belongs_to :movie
|
|
belongs_to :genre
|
|
end
|