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

5 lines
87 B
Ruby

class Playlist < ActiveRecord::Base
belongs_to :user
has_many :playlist_tracks
end