[Jifty-commit] jifty branch, jifty_client, updated. 6c5925a5b7bf4aa16941582edfa4269b9834bfe4

Jifty commits jifty-commit at lists.jifty.org
Wed May 19 04:31:43 EDT 2010


The branch, jifty_client has been updated
       via  6c5925a5b7bf4aa16941582edfa4269b9834bfe4 (commit)
      from  57ac70465eb48b6c7410c3baf46840691d1b1228 (commit)

Summary of changes:
 lib/Jifty/Manual/Models.pod |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 6c5925a5b7bf4aa16941582edfa4269b9834bfe4
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Wed May 19 17:31:53 2010 +0900

    minor, add computed to the schema BNF

diff --git a/lib/Jifty/Manual/Models.pod b/lib/Jifty/Manual/Models.pod
index 231b34b..0af4f65 100644
--- a/lib/Jifty/Manual/Models.pod
+++ b/lib/Jifty/Manual/Models.pod
@@ -100,6 +100,7 @@ non-terminals that are self-explanatory to perl-developers):
        | 'not_null'
        | 'distinct'
        | 'virtual'
+       | 'computed'
        | 'sort_order' 'is' number
        | 'input_filters' 'are' string_classname
        | 'output_filters' 'are' string_classname
@@ -111,7 +112,7 @@ non-terminals that are self-explanatory to perl-developers):
 
     * 'is', 'by', 'on', 'as' and 'are' are fill-words that may get omitted.
 
-For a full description of all parameter's meaning, look at
+For a full description of each parameter's meaning, look at
 L<Jifty::DBI::Schema>.
 
 =head3 Versioning

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list