OSDN Git Service

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