1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add a forgotten word.

This commit is contained in:
Ben Orenstein 2011-02-19 13:04:22 -05:00 committed by Mani Tadayon
parent a40b7159d9
commit 308328fd7f

View file

@ -27,7 +27,7 @@ class Object
# end
# end
#
# It also be used with an explicit receiver:
# It can also be used with an explicit receiver:
#
# map.with_options :controller => "people" do |people|
# people.connect "/people", :action => "index"