From ed09b621bd0ca0377de8114bcd918ab3aba38abd Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Fri, 31 Aug 2007 19:07:42 +0000 Subject: Documentation tweaks and fixes. Closes #9454 [sur, kampers] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7383 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_controller/assertions.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_controller/assertions.rb') diff --git a/actionpack/lib/action_controller/assertions.rb b/actionpack/lib/action_controller/assertions.rb index 956e5da140..941201b335 100644 --- a/actionpack/lib/action_controller/assertions.rb +++ b/actionpack/lib/action_controller/assertions.rb @@ -39,7 +39,7 @@ module ActionController #:nodoc: # # == Testing named routes # - # If you're using named routes, they can be easily tested using the original named routes methods straight in the test case. + # If you're using named routes, they can be easily tested using the original named routes' methods straight in the test case. # Example: # # assert_redirected_to page_url(:title => 'foo') -- cgit v1.2.3