aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/associations.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/active_record/associations.rb')
-rwxr-xr-xactiverecord/lib/active_record/associations.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/activerecord/lib/active_record/associations.rb b/activerecord/lib/active_record/associations.rb
index b250af47e8..fcc041beca 100755
--- a/activerecord/lib/active_record/associations.rb
+++ b/activerecord/lib/active_record/associations.rb
@@ -125,7 +125,7 @@ module ActiveRecord
# ----------------------------------+-------+----------+----------
# #others | X | X | X
# #others=(other,other,...) | X | X |
- # #other_ids | X | X |
+ # #other_ids | X | X | X
# #other_ids=(id,id,...) | X | X |
# #others<< | X | X | X
# #others.push | X | X | X
@@ -133,15 +133,15 @@ module ActiveRecord
# #others.build(attributes={}) | X | X | X
# #others.create(attributes={}) | X | X |
# #others.create!(attributes={}) | X | X | X
- # #others.size | X | X |
- # #others.length | X | X |
- # #others.count | | X |
+ # #others.size | X | X | X
+ # #others.length | X | X | X
+ # #others.count | | X | X
# #others.sum(args*,&block) | X | X | X
- # #others.empty? | X | X |
+ # #others.empty? | X | X | X
# #others.clear | X | X |
# #others.delete(other,other,...) | X | X | X
# #others.delete_all | X | X |
- # #others.destroy_all | X | X |
+ # #others.destroy_all | X | X | X
# #others.find(*args) | X | X | X
# #others.find_first | X | |
# #others.uniq | X | X |