[Jifty-commit] r6750 - jifty/trunk/lib/Jifty/Model

Jifty commits jifty-commit at lists.jifty.org
Thu Apr 9 18:38:28 EDT 2009


Author: alexmv
Date: Thu Apr  9 18:38:27 2009
New Revision: 6750

Modified:
   jifty/trunk/lib/Jifty/Model/Session.pm

Log:
Make POD coverage happy with the stub "current_user_can" function in Jifty::Model::Session

Modified: jifty/trunk/lib/Jifty/Model/Session.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Model/Session.pm	(original)
+++ jifty/trunk/lib/Jifty/Model/Session.pm	Thu Apr  9 18:38:27 2009
@@ -51,6 +51,8 @@
 
 =head2 current_user
 
+=head2 current_user_can
+
 Everyone is treated as the superuser when dealing with session
 objects.  This avoids infinite recursion, as otherwise it would try to
 look up the current user in the session object to find out who we


More information about the Jifty-commit mailing list