001_admin.rb 201 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 User.seed(:id, [ { id: 1, name: "Administrator", email: "admin@local.host", username: 'root', password: "5iveL!fe", password_confirmation: "5iveL!fe", admin: true, } ])