Skip to content

Commit

Permalink
fixing again
Browse files Browse the repository at this point in the history
  • Loading branch information
Dansbeerlist committed Oct 31, 2013
1 parent 59eb434 commit 94d93e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/shared_boot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

if File.exist? ('#{RAILS_ROOT}/config/observer_config.json')
include_conversation_observer = JSON.parse(File.open('#{RAILS_ROOT}/config/observer_config.json'))
config.active_record.observers = include_converstation_observer.observers
config.active_record.observers = include_conversation_observer.observers
else
config.active_record.observers = [:cacher, :stream_item_cache]
end
Expand Down

0 comments on commit 94d93e7

Please sign in to comment.