20.times do
user = User.new
user.email = "user@ex.ua"
user.password = "password"
user.password_confirmation = "password"
user.save!
end
但我有很多错误
当我播种数据时:
导轨中止了! ActionView :: Template ::错误:缺少链接到的主机! 请提供:host参数,设置default_url_options [:host]或 set:only_path为true
如何使用gem devise创建这个虚假用户