1
0
Fork 0
oldhaven/app/models/playlist.rb

5 lines
87 B
Ruby

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