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

5 lines
86 B
Ruby
Raw Normal View History

2011-06-22 00:05:12 +00:00
class Playlist < ActiveRecord::Base
belongs_to :user
has_many :playlist_items
2011-06-22 00:05:12 +00:00
end