public
Description: PLEASE CHECK http://github.com/lifo/docrails/wikis
Homepage: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch
Clone URL: git://github.com/lifo/docrails.git
Fix markup.
Hongli Lai (Phusion) (author)
Fri Jul 18 12:42:03 -0700 2008
commit  5508bfd0ffd213d3fced945326a1601fef9694e5
tree    d450ceb74f20617feae6f5014a9149cc3944fb84
parent  3dbc1cfeb3e9984fa4584b231d3bb78ff1a94f9c
...
176
177
178
179
180
 
 
181
182
183
...
176
177
178
 
 
179
180
181
182
183
0
@@ -176,8 +176,8 @@ module ActionController
0
       #
0
       # This method returns an AbstractResponse object, which one can use to inspect
0
       # the details of the response. Furthermore, if this method was called from an
0
- # ActionController::IntegrationTest object, then that object's +@response+ instance
0
- # variable will point to the same response object.
0
+ # ActionController::IntegrationTest object, then that object's <tt>@response</tt>
0
+ # instance variable will point to the same response object.
0
       #
0
       # You can also perform POST, PUT, DELETE, and HEAD requests with +post+,
0
       # +put+, +delete+, and +head+.

Comments

    No one has commented yet.