linked banned artist listing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user