public
Description: Fork of DataMapper 0.3 with patches to fix major show-stopping bugs
Clone URL: git://github.com/cardmagic/dm-works.git
wrapped a few more things in <tt> just for cleanliness sake

git-svn-id: http://datamapper.rubyforge.org/svn/trunk@736 
b9f95e1d-c398-435d-95f5-378b83d2b11d
afcool83 (author)
Sun Feb 10 18:37:15 -0800 2008
commit  2221849af8f6be89145e009dd6cc58c8424426be
tree    61f57f55e472ac5eef3b5c9cbf6fff2a29a3435a
parent  211b538e5a2318abf9d0280f4ecddf0f7ebdf875
0
FAQ
...
15
16
17
18
 
19
20
21
...
15
16
17
 
18
19
20
21
0
@@ -15,7 +15,7 @@ You should now be able to do <tt>Class['name_string']</tt> as well. Remember: th
0
 
0
   property :deleted_at, :datetime
0
 
0
-If you've got deleted_at, your model is paranoid auto-magically. All of your calls to <tt>##all()</tt>, <tt>##first()</tt>, and <tt>##count()</tt> will be scoped with where deleted_at is null. Plus, you won't see deleted objects in your associations.
0
+If you've got deleted_at, your model is paranoid auto-magically. All of your calls to <tt>##all()</tt>, <tt>##first()</tt>, and <tt>##count()</tt> will be scoped with <tt>where deleted_at is null</tt>. Plus, you won't see deleted objects in your associations.
0
 
0
 === Does DataMapper support Has Many Through?
0
 

Comments

    No one has commented yet.