diff --git a/config/application.rb b/config/application.rb index 0a5e7c510..8e1d13759 100644 --- a/config/application.rb +++ b/config/application.rb @@ -32,7 +32,7 @@ module Diaspora # -- all .rb files in that directory are automatically loaded. # Add additional load paths for your own custom dirs - config.autoload_paths += %W{#{config.root}/app/presenters} + config.autoload_paths += %W{#{config.root}/app/presenters #{config.root}/app} config.autoload_once_paths += %W{#{config.root}/lib} # Only load the plugins named here, in the order given (default is alphabetical).