not required there, if anything should go in the initializer

This commit is contained in:
Sam Saffron 2013-02-11 15:13:40 +11:00
parent a6fc46599f
commit 374820ae8b
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ module Discourse
# -- all .rb files in that directory are automatically loaded.
require 'discourse'
# initializes message bus too early, not picking on redis settings, needs to be fixed
# require 'message_bus_diags'
# Custom directories with classes and modules you want to be autoloadable.
config.autoload_paths += %W(#{config.root}/app/serializers)