Permalink
Browse files

remove the initial seeds

  • Loading branch information...
1 parent a1aa173 commit 6fc82b2049edb763933411301915affa42c93498 @adamcooke adamcooke committed Apr 28, 2017
Showing with 0 additions and 6 deletions.
  1. +0 −6 db/seeds.rb
View
@@ -1,6 +0,0 @@
-user = User.create!(:first_name => "Example", :last_name => "Admin", :email_address => "admin@example.com", :password => "password", :time_zone => "London", :email_verified_at => Time.now, :admin => true)
-
-org = Organization.create!(:name => "Acme Inc", :permalink => "acme", :time_zone => "London", :owner => user)
-org.users << user
-
-server = Server.create!(:organization => org, :name => "Example Server", :permalink => "example", :mode => "Live")

0 comments on commit 6fc82b2

Please sign in to comment.