OSDN Git Service

fix remove tree
[pettanr/pettanr.git] / config / environments / development.rb
index 79542a1..9eea6b0 100644 (file)
@@ -2,6 +2,9 @@ Pettanr::Application.configure do
 
   ActiveSupport::Dependencies.autoload_paths << File::join( Rails.root, 'lib')
   ActiveSupport::Dependencies.explicitly_unloadable_constants << 'Editor' 
+  ActiveSupport::Dependencies.explicitly_unloadable_constants << 'ManifestBase' 
+  ActiveSupport::Dependencies.explicitly_unloadable_constants << 'Manifest' 
+  ActiveSupport::Dependencies.explicitly_unloadable_constants << 'LocalManifest' 
   # Settings specified here will take precedence over those in config/application.rb
 
   # In the development environment your application's code is reloaded on