about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authornicolas <nclm@users.noreply.github.com>2016-11-25 08:53:34 +0100
committerGitHub <noreply@github.com>2016-11-25 08:53:34 +0100
commit9af6c52a41664e5b6dd7c200d696499e00cf1c01 (patch)
treee56114e766ee39c4825a556c0dc12e90240faece /lib
parent60577f4c6ee9f4a4c9af0a41a8954e19a5f2c8cf (diff)
parent543d06971e461510591ff64ebc666bd414e8e084 (diff)
Merge pull request #3 from Gargron/master
Merge
Diffstat (limited to 'lib')
-rw-r--r--lib/tasks/mastodon.rake7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/tasks/mastodon.rake b/lib/tasks/mastodon.rake
index 93461bd0a..8730a64cd 100644
--- a/lib/tasks/mastodon.rake
+++ b/lib/tasks/mastodon.rake
@@ -49,11 +49,4 @@ namespace :mastodon do
       Redis.current.keys('feed:*').each { |key| Redis.current.del(key) }
     end
   end
-
-  namespace :graphs do
-    desc 'Syncs all follow relationships to Neo4J'
-    task sync: :environment do
-      Follow.find_each(&:sync!)
-    end
-  end
 end