oldhaven/app/models/playlist_item.rb

5 lines
87 B
Ruby
Raw Normal View History

2011-06-22 04:05:12 +04:00
class PlaylistItem < ActiveRecord::Base
belongs_to :playlist
belongs_to :track
end