aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/paths.rb
diff options
context:
space:
mode:
authorMatt Jankowski <mjankowski@thoughtbot.com>2011-07-12 10:20:42 -0400
committerMatt Jankowski <mjankowski@thoughtbot.com>2011-07-12 10:20:42 -0400
commit85dd1dd663a8efac97e4d6a5dc33b23f1a75dc52 (patch)
tree5510eafc0c231f65b8448b8c5d24ff47cd4e8422 /railties/lib/rails/paths.rb
parent2f30fb03bb90a624fa36e9142e76c15788dd5048 (diff)
downloadrails-85dd1dd663a8efac97e4d6a5dc33b23f1a75dc52.tar.gz
rails-85dd1dd663a8efac97e4d6a5dc33b23f1a75dc52.tar.bz2
rails-85dd1dd663a8efac97e4d6a5dc33b23f1a75dc52.zip
grammar correction for rails/paths #add method arguments
Diffstat (limited to 'railties/lib/rails/paths.rb')
-rw-r--r--railties/lib/rails/paths.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/lib/rails/paths.rb b/railties/lib/rails/paths.rb
index 09ff0ef378..6aecebe273 100644
--- a/railties/lib/rails/paths.rb
+++ b/railties/lib/rails/paths.rb
@@ -31,8 +31,8 @@ module Rails
# root.add "config/routes", :with => "config/routes.rb"
# root["config/routes"].inspect # => ["config/routes.rb"]
#
- # #add also accepts the following options as argument: eager_load, autoload,
- # autoload_once and glob.
+ # The #add method accepts the following options as arguments:
+ # eager_load, autoload, autoload_once and glob.
#
# Finally, the Path object also provides a few helpers:
#