5 lines
97 B
Ruby
5 lines
97 B
Ruby
|
|
class MultiMediaDescription < ActiveRecord::Base
|
||
|
|
belongs_to :item
|
||
|
|
belongs_to :media_type
|
||
|
|
end
|