Revert "config.load_paths should be frozen [#728 state:resolved]"

This reverts commit 2dcdcf1552.
This commit is contained in:
Joshua Peek
2008-10-30 16:28:23 -05:00
parent 4df5e1ae8f
commit fc215de52f

View File

@@ -243,7 +243,6 @@ module Rails
end
# Freeze the arrays so future modifications will fail rather than do nothing mysteriously
configuration.load_paths.freeze
configuration.load_once_paths.freeze
end