Browse Source

Improved doc.

Martin Edenhofer 6 years ago
parent
commit
3f284003eb
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lib/fill_db.rb

+ 3 - 0
lib/fill_db.rb

@@ -17,6 +17,9 @@ fill your database with demo records
 or if you only want to create 100 tickets
 
   FillDB.load(tickets: 100)
+  FillDB.load(agents: 20)
+  FillDB.load(overviews: 20)
+  FillDB.load(tickets: 10000)
 
 =end