Skip to content

Commit

Permalink
Rename to actual column
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstephens authored and YashdalfTheGray committed Oct 11, 2020
1 parent d4ab24d commit 2044d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/fake.rake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace :fake do
100.times do |i|
email = Faker::Internet.email
puts "[#{i}] Generating request for #{email}"
Request.create(email: email, reason: Faker::Hacker.say_something_smart, ip: Faker::Internet.ip_v4_address, code_of_conduct: true, age_must_be_over_check: true)
Request.create(email: email, reason: Faker::Hacker.say_something_smart, ip: Faker::Internet.ip_v4_address, code_of_conduct: true, age_must_be_over: true)
end
end
end

0 comments on commit 2044d7b

Please sign in to comment.