Skip to content

Commit

Permalink
Move plugin classes into the rails directory to match their namespace
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6293 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
Marcel Molina committed Mar 3, 2007
1 parent 9f53e09 commit a7b90b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/lib/initializer.rb
Expand Up @@ -2,8 +2,8 @@
require 'set' require 'set'
require File.join(File.dirname(__FILE__), 'railties_path') require File.join(File.dirname(__FILE__), 'railties_path')
require File.join(File.dirname(__FILE__), 'rails/version') require File.join(File.dirname(__FILE__), 'rails/version')
require File.join(File.dirname(__FILE__), 'plugin/locator') require File.join(File.dirname(__FILE__), 'rails/plugin/locator')
require File.join(File.dirname(__FILE__), 'plugin/loader') require File.join(File.dirname(__FILE__), 'rails/plugin/loader')




RAILS_ENV = (ENV['RAILS_ENV'] || 'development').dup unless defined?(RAILS_ENV) RAILS_ENV = (ENV['RAILS_ENV'] || 'development').dup unless defined?(RAILS_ENV)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a7b90b7

Please sign in to comment.