We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb75b46 commit 14ed0afCopy full SHA for 14ed0af
lib/tasks/create_servers.rake
@@ -0,0 +1,4 @@
1
+task :create_servers => [:environment] do
2
+ Server.create({:name => 'EARTH',:population => 0})
3
+ Server.create({:name => 'MARS',:population => 0})
4
+end
0 commit comments