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
fixed typo
Xavier Noria (author)
Tue Apr 08 15:44:55 -0700 2008
commit  4dc83fdbc844ba75c6ece9ba0826447c0dc360e1
tree    8e4ad6be36687c19ffdb3e339ffe283547b7e027
parent  a4c36ec9c5d81c553a3d9e7e6db60201be2fe53e
...
21
22
23
24
 
25
26
27
...
21
22
23
 
24
25
26
27
0
@@ -21,7 +21,7 @@ module ActiveRecord #:nodoc:
0
   # belongs_to :ticket
0
   # end
0
   #
0
- # # Comments are not patches, this assigment raises AssociationTypeMismatch.
0
+ # # Comments are not patches, this assignment raises AssociationTypeMismatch.
0
   # @ticket.patches << Comment.new(:content => "Please attach tests to your patch.")
0
   class AssociationTypeMismatch < ActiveRecordError
0
   end

Comments

    No one has commented yet.