diff options
author | Pratik Naik <pratiknaik@gmail.com> | 2008-12-19 14:27:43 +0000 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-12-19 14:27:43 +0000 |
commit | c3f53f412cd170fc295b46e48aa81837ad15ec83 (patch) | |
tree | 79de6effe9874f3d17eada3666c13b5f76fa537c /railties/lib/rails/plugin | |
parent | 89b75814045e811d52b19278ae27b5f45c6d9dd6 (diff) | |
download | rails-c3f53f412cd170fc295b46e48aa81837ad15ec83.tar.gz rails-c3f53f412cd170fc295b46e48aa81837ad15ec83.tar.bz2 rails-c3f53f412cd170fc295b46e48aa81837ad15ec83.zip |
Merge docrails
Diffstat (limited to 'railties/lib/rails/plugin')
-rw-r--r-- | railties/lib/rails/plugin/locator.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/plugin/locator.rb b/railties/lib/rails/plugin/locator.rb index 678b295dc9..a6fc388a8e 100644 --- a/railties/lib/rails/plugin/locator.rb +++ b/railties/lib/rails/plugin/locator.rb @@ -30,7 +30,7 @@ module Rails end # The Rails::Plugin::FileSystemLocator will try to locate plugins by examining the directories - # the the paths given in configuration.plugin_paths. Any plugins that can be found are returned + # in the paths given in configuration.plugin_paths. Any plugins that can be found are returned # in a list. # # The criteria for a valid plugin in this case is found in Rails::Plugin#valid?, although |