1
0
2011-09-26 03:14:59 +04:00

5 lines
87 B
Ruby

class PlaylistItem < ActiveRecord::Base
belongs_to :playlist
belongs_to :track
end