public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Apply doc fix to RC, closes #6522


git-svn-id: 
http://svn-commit.rubyonrails.org/rails/branches/1-2-pre-release@5798 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
NZKoz (author)
Wed Dec 27 12:42:51 -0800 2006
commit  ce8e54e2366fb129dd41866b3053d2865b8a9484
tree    0a4fdbc194426f7f0160d6ac437757b5d86f1b63
parent  155dcff431e65c6369353b30878208b631578764
...
763
764
765
766
 
767
768
769
...
763
764
765
 
766
767
768
769
0
@@ -763,7 +763,7 @@ module ActiveRecord #:nodoc:
0
         @columns
0
       end
0
 
0
- # Returns an array of column objects for the table associated with this class.
0
+ # Returns a hash of column objects for the table associated with this class.
0
       def columns_hash
0
         @columns_hash ||= columns.inject({}) { |hash, column| hash[column.name] = column; hash }
0
       end

Comments

    No one has commented yet.