double whoops; the actual problem was that i hadnt restarted the background workers :P

This commit is contained in:
Emi Matchu 2014-04-05 23:52:24 -05:00
parent 9fe19e00c7
commit eda80a8dc7
2 changed files with 1 additions and 6 deletions

View file

@ -1,5 +0,0 @@
class SwfAssetObserver < ActionController::Caching::Sweeper
def after_save(swf_asset)
Resque.enqueue(Item::UpdateTask, swf_asset.item.id) if swf_asset.item
end
end

View file

@ -22,7 +22,7 @@ module OpenneoImpressItems
# Activate observers that should always be running
config.active_record.observers = [:closet_hanger_observer,
:closet_list_observer, :contribution_observer, :item_observer,
:pet_type_observer, :swf_asset_observer, :user_sweeper]
:pet_type_observer, :user_sweeper]
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
# Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.