rails faker bank account code example
Example: rails faker
require 'faker'
Faker::Name.name #=> "Christophe Bartell"
Faker::Internet.email #=> "[email protected]"
require 'faker'
Faker::Name.name #=> "Christophe Bartell"
Faker::Internet.email #=> "[email protected]"