Commit aa41bc269b4a857a909ac01cdca477fa913ea8da

Authored by Braulio Bhavamitra
1 parent 907de117

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 9 require File.expand_path(File.join(File.dirname(__FILE__), '..', 'config', 'environment'))
10 10 require 'daemons'
11 11 require 'delayed/command'
12   -require 'app/models/profile'
13 12  
14 13 Delayed::Command.new(ARGV).daemonize
... ...