Files
danbooru/test/factories/artist.rb
albert f051e04550 sync
2010-10-08 18:42:26 -04:00

6 lines
127 B
Ruby

Factory.define(:artist) do |f|
f.name {Faker::Name.first_name}
f.creator {|x| x.association(:user)}
f.is_active true
end