linked banned artist listing

This commit is contained in:
albert
2011-10-16 22:35:19 -04:00
parent e507f3dfd1
commit 4ba4d0b088
4 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
Factory.define(:pool) do |f|
f.name {Faker::Name.first_name}
f.name {(rand(1_000_000) + 100).to_s}
f.creator {|x| x.association(:user)}
f.description {Faker::Lorem.sentences}
end