[Jifty-commit] jifty branch, master, updated. 1.10214-6-g1a7f86f

Jifty commits jifty-commit at lists.jifty.org
Mon Feb 21 15:23:09 EST 2011


The branch, master has been updated
       via  1a7f86f5903c32225de773de84809c0af72ddbed (commit)
      from  cd43dd970efcd228ef9dcc7628b7c37d8b6e87b3 (commit)

Summary of changes:
 lib/Jifty/Schema.pm |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 1a7f86f5903c32225de773de84809c0af72ddbed
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Sun Feb 20 12:12:43 2011 -0500

    Document the models method
    
    Flag the missing models

diff --git a/lib/Jifty/Schema.pm b/lib/Jifty/Schema.pm
index 9584db9..fb23237 100644
--- a/lib/Jifty/Schema.pm
+++ b/lib/Jifty/Schema.pm
@@ -51,6 +51,14 @@ sub new {
 
 Reads in our application class from the config file and finds all our application's models.
 
+=head2 models
+
+Returns a list of Models available to your application.  This includes
+your Models, Collections and those that come from core Jifty and
+plugins.
+
+Unfortunately, this list does not contain any of the PubSub Models
+
 =cut
 
 sub _init_model_list {

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


More information about the Jifty-commit mailing list