Skip to content

Commit

Permalink
grammar correction for rails/paths #add method arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Jul 12, 2011
1 parent 2f30fb0 commit 85dd1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railties/lib/rails/paths.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ module Paths
# 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:
#
Expand Down

0 comments on commit 85dd1dd

Please sign in to comment.