X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=config%2Fenvironments%2Fdevelopment.rb;h=0cbf04837bba8a2609e4fc9e5f3c8de8da5c3460;hb=9599d60436ead2edc4d15ffc48d095c3b6cef817;hp=650c671f5550db6ca36ba7ff744de159dd718951;hpb=560060866d96d7253a57f75055a583f2d9fb8d19;p=pettanr%2Fpettanr.git diff --git a/config/environments/development.rb b/config/environments/development.rb index 650c671f..0cbf0483 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -3,7 +3,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 << 'Peta' + 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