Skip to content

Instantly share code, notes, and snippets.

Created March 10, 2018 22:28
Show Gist options
  • Save anonymous/69db0ae76afc24f86686f20c4446f4a5 to your computer and use it in GitHub Desktop.
Save anonymous/69db0ae76afc24f86686f20c4446f4a5 to your computer and use it in GitHub Desktop.
100.times do
stat = Faker::Boolean.boolean(0.7)
name = this.stat ? 'filled' : 'not filled'
Tail.create([{
stat: stat,
name: name,
}])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment