2011-11-26 19:03:33 +04:00

6 lines
107 B
Ruby

class Playlist < ActiveRecord::Base
belongs_to :user
belongs_to :artist
has_many :playlist_items
end