summaryrefslogtreecommitdiff
path: root/db/seeds.rb
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2013-06-24 13:29:39 +0200
committerjomo <github@jomo.tv>2013-06-24 13:29:39 +0200
commitfb52e8bed20142d0d08b2f0568a14172ab62844c (patch)
treea4e50ca07194906652abf1b71cea6ca0e3e0dbf9 /db/seeds.rb
parent7a894f4f6aecf3d6dcf103cf8cd51c52ab6f2655 (diff)
many things, comments working.
Diffstat (limited to 'db/seeds.rb')
-rw-r--r--db/seeds.rb19
1 files changed, 18 insertions, 1 deletions
diff --git a/db/seeds.rb b/db/seeds.rb
index 83e9fa7..96d6245 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -1,4 +1,21 @@
# This file should contain all the record creation needed to seed the database with its default values.
# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
#
-User.create(name: "Redstone Sheep", ign: "noobkackboon", email: "theredstonesheep@gmail.com", about: "Hi, I am the admin :)", password: "123", password_confirmation: "123")
+User.create(
+ name: "Redstone Sheep",
+ ign: "noobkackboon",
+ email: "theredstonesheep@gmail.com",
+ about: "Hi, I am the admin :)",
+ password: "123",
+ password_confirmation: "123",
+ rank: 500
+ )
+User.create(
+ name: "Tarkztor",
+ ign: "TraksAG",
+ email: "tacko@gmail.com",
+ about: "Hi, I am another user :)",
+ password: "123",
+ password_confirmation: "123",
+ rank: 10
+ ) \ No newline at end of file