Skip to content

Commit

Permalink
Revert "config.load_paths should be frozen [#728 state:resolved]"
Browse files Browse the repository at this point in the history
This reverts commit 2dcdcf1.
  • Loading branch information
josh committed Oct 30, 2008
1 parent 4df5e1a commit fc215de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion railties/lib/initializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ def set_autoload_paths
end

# Freeze the arrays so future modifications will fail rather than do nothing mysteriously
configuration.load_paths.freeze
configuration.load_once_paths.freeze
end

Expand Down

0 comments on commit fc215de

Please sign in to comment.