Associate a user to his playlists

This commit is contained in:
Thibault Jouan
2011-08-30 10:50:05 +00:00
parent 4f66db2682
commit 7fad9e0402
9 changed files with 48 additions and 7 deletions

View File

@@ -1,6 +1,7 @@
FactoryGirl.define do
factory :playlist do
name 'Electro'
association :user
end
factory :track do