6 lines
98 B
Ruby
6 lines
98 B
Ruby
class MultiMediaDescription < ActiveRecord::Base
|
|
belongs_to :item
|
|
belongs_to :media_type
|
|
|
|
end
|