diff options
author | Matt Jankowski <mjankowski@thoughtbot.com> | 2011-07-12 10:20:42 -0400 |
---|---|---|
committer | Matt Jankowski <mjankowski@thoughtbot.com> | 2011-07-12 10:20:42 -0400 |
commit | 85dd1dd663a8efac97e4d6a5dc33b23f1a75dc52 (patch) | |
tree | 5510eafc0c231f65b8448b8c5d24ff47cd4e8422 /railties | |
parent | 2f30fb03bb90a624fa36e9142e76c15788dd5048 (diff) | |
download | rails-85dd1dd663a8efac97e4d6a5dc33b23f1a75dc52.tar.gz rails-85dd1dd663a8efac97e4d6a5dc33b23f1a75dc52.tar.bz2 rails-85dd1dd663a8efac97e4d6a5dc33b23f1a75dc52.zip |
grammar correction for rails/paths #add method arguments
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/paths.rb | 4 |
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: # |