GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Fork of lifo/doc-rails
Description: Repository for improving Rails documentation
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/zmalltalker/doc-rails.git
a few more +symbol+ -> <tt>symbol</tt>
Xavier Noria (author)
Sat Apr 05 13:30:58 -0700 2008
commit  4649faf923b3ef48cfdc9df9a2d4db3e790534cd
tree    9a43b0ba37c7111761ef0e032ba22e7d3dbd5cf8
parent  0c616c5c5ece8be610a0ca5b2a949f5ef3314c57
...
421
422
423
424
425
426
 
 
 
427
428
429
430
 
 
 
431
432
433
...
421
422
423
 
 
 
424
425
426
427
428
 
 
429
430
431
432
433
434
0
@@ -421,13 +421,14 @@ module ActiveResource
0
       # The first argument is considered to be the scope of the query. That is, how many
0
       # resources are returned from the request. It can be one of the following.
0
       #
0
- # +:one+:: Returns a single resource.
0
- # +:first+:: Returns the first resource found.
0
- # +:all+:: Returns every resource that matches the request.
0
+ # * <tt>:one</tt>: Returns a single resource.
0
+ # * <tt>:first</tt>: Returns the first resource found.
0
+ # * <tt>:all</tt>: Returns every resource that matches the request.
0
       #
0
       # ==== Options
0
- # +from+:: Sets the path or custom method that resources will be fetched from.
0
- # +params+:: Sets query and prefix (nested URL) parameters.
0
+ #
0
+ # * +from+: Sets the path or custom method that resources will be fetched from.
0
+ # * +params+: Sets query and prefix (nested URL) parameters.
0
       #
0
       # ==== Examples
0
       # Person.find(1)

Comments

    No one has commented yet.