public
Fork of sam/dm-core
Description: DataMapper - Core
Homepage: http://datamapper.org
Clone URL: git://github.com/somebee/dm-core.git
fixed a typo in FAQ
somebee (author)
Sun Jun 08 05:07:14 -0700 2008
commit  8abb39e5b30c32bfe785e22bbd4c554883c5eba3
tree    be04cb0b248241d3e2bc13dbb256304bedab574f
parent  8af63340e7473f9545e5026996a6e623bc5c59ee
0
FAQ
...
42
43
44
45
 
46
47
48
...
42
43
44
 
45
46
47
48
0
@@ -42,7 +42,7 @@ This is what the Discriminator data-type is for:
0
 
0
   class Salesperson < Person; end
0
 
0
-You can claim a column to have the type <tt>Class</tt> and DataMapper will
0
+You can claim a column to have the type <tt>Discriminator</tt> and DataMapper will
0
 automatically drop the class name of the inherited classes into that field of
0
 the data-store.
0
 

Comments

    No one has commented yet.