]> git.openstreetmap.org Git - rails.git/blobdiff - config/environment.rb
Use the message title as the subject of notification mails
[rails.git] / config / environment.rb
index 55c2df4ae4185ed2d28e3ef3e0faaf35659000bc..de5852fc4316d857707b4984e34a62ac2aeb992a 100644 (file)
@@ -44,6 +44,7 @@ Rails::Initializer.run do |config|
   # To use Rails without a database, you must remove the Active Record framework
   if OSM_STATUS == :database_offline
     config.frameworks -= [ :active_record ]
+    config.eager_load_paths = []
   end
 
   # Specify gems that this application depends on.