forked from OpenNeo/impress
Oops, remove item_observer from config
This commit is contained in:
parent
cf2f78703b
commit
0eea2c9652
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module OpenneoImpressItems
|
|||
|
||||
# Activate observers that should always be running
|
||||
config.active_record.observers = [:closet_hanger_observer,
|
||||
:closet_list_observer, :contribution_observer, :item_observer,
|
||||
:closet_list_observer, :contribution_observer,
|
||||
:pet_type_observer, :user_sweeper]
|
||||
|
||||
# Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
|
||||
|
|
Loading…
Reference in a new issue