mirror of
https://github.com/github/rails.git
synced 2026-02-08 21:25:19 -05:00
Docfix (closes #8585)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7099 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -167,7 +167,7 @@ module Rails
|
||||
# Loads all plugins in <tt>config.plugin_paths</tt>. <tt>plugin_paths</tt>
|
||||
# defaults to <tt>vendor/plugins</tt> but may also be set to a list of
|
||||
# paths, such as
|
||||
# config.plugin_paths = ['lib/plugins', 'vendor/plugins']
|
||||
# config.plugin_paths = ["#{RAILS_ROOT}/lib/plugins", "#{RAILS_ROOT}/vendor/plugins"]
|
||||
#
|
||||
# Each plugin discovered in <tt>plugin_paths</tt> is initialized:
|
||||
# * add its +lib+ directory, if present, to the beginning of the load path
|
||||
|
||||
Reference in New Issue
Block a user