0
@@ -633,8 +633,8 @@ module ActiveRecord #:nodoc:
0
- # * +id+ This should be the id or an array of ids to be updated
0
- # * +attributes+ This should be a Hash of attributes to be set on the object, or an array of Hashes.
0
+ # * +id+ - This should be the id or an array of ids to be updated.
0
+ # * +attributes+ - This should be a Hash of attributes to be set on the object, or an array of Hashes.
0
@@ -663,7 +663,7 @@ module ActiveRecord #:nodoc:
0
- # * +id+
Can be either an Integer or an Array of Integers0
+ # * +id+
- Can be either an Integer or an Array of Integers.0
@@ -686,7 +686,7 @@ module ActiveRecord #:nodoc:
0
- # * +id+
Can be either an Integer or an Array of Integers0
+ # * +id+
- Can be either an Integer or an Array of Integers.0
@@ -709,10 +709,10 @@ module ActiveRecord #:nodoc:
0
- # * +updates+ A String of column and value pairs that will be set on any records that match conditions
0
- # * +conditions+ An SQL fragment like "administrator = 1" or [ "user_name = ?", username ].
0
- # See conditions in the intro for more info.
0
- # * +options+ Additional options are <tt>:limit</tt> and/or <tt>:order</tt>, see the examples for usage.
0
+ # * +updates+ - A String of column and value pairs that will be set on any records that match conditions.
0
+ # * +conditions+ - An SQL fragment like "administrator = 1" or [ "user_name = ?", username ].
0
+ # See conditions in the intro for more info.
0
+ # * +options+ - Additional options are <tt>:limit</tt> and/or <tt>:order</tt>, see the examples for usage.
0
@@ -741,7 +741,7 @@ module ActiveRecord #:nodoc:
0
- # * +conditions+
Conditions are specified the same way as with +find+ method.
0
+ # * +conditions+
- Conditions are specified the same way as with +find+ method.
0
@@ -759,7 +759,7 @@ module ActiveRecord #:nodoc:
0
- # * +conditions+
Conditions are specified the same way as with +find+ method.
0
+ # * +conditions+
- Conditions are specified the same way as with +find+ method.
0
@@ -779,7 +779,7 @@ module ActiveRecord #:nodoc:
0
- # * +sql+
An SQL statement which should return a count query from the database, see the example below0
+ # * +sql+
- An SQL statement which should return a count query from the database, see the example below.0
@@ -797,10 +797,9 @@ module ActiveRecord #:nodoc:
0
- # * +id+ The id of the object you wish to update a counter on
0
- # * +counters+ An Array of Hashes containing the names of the fields
0
- # to update as keys and the amount to update the field by as
0
+ # * +id+ - The id of the object you wish to update a counter on.
0
+ # * +counters+ - An Array of Hashes containing the names of the fields
0
+ # to update as keys and the amount to update the field by as values.
0
@@ -828,8 +827,8 @@ module ActiveRecord #:nodoc:
0
- # * +counter_name+ The name of the field that should be incremented
0
- # * +id+ The id of the object that should be incremented
0
+ # * +counter_name+ - The name of the field that should be incremented.
0
+ # * +id+ - The id of the object that should be incremented.
0
@@ -845,8 +844,8 @@ module ActiveRecord #:nodoc:
0
- # * +counter_name+ The name of the field that should be decremented
0
- # * +id+ The id of the object that should be decremented
0
+ # * +counter_name+ - The name of the field that should be decremented.
0
+ # * +id+ - The id of the object that should be decremented.
0
@@ -934,8 +933,8 @@ module ActiveRecord #:nodoc:
0
- # * +attr_name+ The field name that should be serialized
0
- # * +class_name+ Optional, class name that the object type should be equal to
0
+ # * +attr_name+ - The field name that should be serialized.
0
+ # * +class_name+ - Optional, class name that the object type should be equal to.
0
# # Serialize a preferences attribute
Comments
No one has commented yet.