[Jifty-commit] r3283 - jifty/trunk/lib/Jifty/Manual

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon May 21 14:52:01 EDT 2007


Author: andk
Date: Mon May 21 14:52:00 2007
New Revision: 3283

Modified:
   jifty/trunk/lib/Jifty/Manual/Models.pod

Log:
documentation fix that seems to have been forgotten when length was renamed max_length

Modified: jifty/trunk/lib/Jifty/Manual/Models.pod
==============================================================================
--- jifty/trunk/lib/Jifty/Manual/Models.pod	(original)
+++ jifty/trunk/lib/Jifty/Manual/Models.pod	Mon May 21 14:52:00 2007
@@ -94,7 +94,7 @@
        | 'validator' 'is' subroutine_reference
        | 'immutable'
        | 'unreadable'
-       | 'length' 'is' number
+       | 'max_length' 'is' number
        | 'mandatory'
        | 'not_null'
        | 'distinct'


More information about the Jifty-commit mailing list