Commit aa41bc269b4a857a909ac01cdca477fa913ea8da
1 parent
907de117
Exists in
master
and in
22 other branches
Remove old acts_as_ferret fix
This was generating and infinite loop to Solr indexing
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
script/delayed_job
@@ -9,6 +9,5 @@ | @@ -9,6 +9,5 @@ | ||
9 | require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment')) | 9 | require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment')) |
10 | require 'daemons' | 10 | require 'daemons' |
11 | require 'delayed/command' | 11 | require 'delayed/command' |
12 | -require 'app/models/profile' | ||
13 | 12 | ||
14 | Delayed::Command.new(ARGV).daemonize | 13 | Delayed::Command.new(ARGV).daemonize |