Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-07-29 02:22:42 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-29 02:22:42 +0400
commit71ae8e5fcd440fe8781f6665e834f3883ea7e772 (patch)
tree95aa1b6be9569d81d248df2c32654003bd7c3846 /db
parentdfa5824dc1d2751efc2d7e0cfc33b419ec79c15d (diff)
MAAAAAAAXWEEEEEEEEEEL
Diffstat (limited to 'db')
-rw-r--r--db/seeds.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/db/seeds.rb b/db/seeds.rb
index f60329e62..3580035e8 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -35,7 +35,7 @@ eve.person.profile.update_attributes(:first_name => "Eve", :last_name => "Doe",
connect_users(bob, bob.aspects.first, alice, alice.aspects.first)
connect_users(bob, bob.aspects.first, eve, eve.aspects.first)
-# Uncomment these and return out of Service::Facebook#save_friends
+# Uncomment these and return out of Service::Facebook#save_friends
#service = Service.new(:user_id => bob.id)
#service.type = "Services::Facebook"
#service.access_token = "abc123"
@@ -62,5 +62,4 @@ time_interval = 1000
post.save
time_interval += 1000
end
- puts "successfully seeded database with bob, alice and eve (password: evankorth)"
end