From 3ca504c966b8cf3ad51cdccd3377efc33fccab33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Fri, 3 Jul 2009 12:32:46 +0200 Subject: Removed remaining old generators files. --- railties/lib/generators.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties/lib/generators.rb') diff --git a/railties/lib/generators.rb b/railties/lib/generators.rb index 91a0f5edca..ee17242940 100644 --- a/railties/lib/generators.rb +++ b/railties/lib/generators.rb @@ -21,6 +21,8 @@ module Rails # Generators load paths. First search on generators in the RAILS_ROOT, then # look for them in rails generators. # + # TODO Add plugins, gems and frozen gems to load path. + # def self.load_path @@load_path ||= begin paths = [] -- cgit v1.2.3