--- trunk/lib/SQLSession/Model/Query.pm 2006/12/07 19:56:41 28 +++ trunk/lib/SQLSession/Model/Query.pm 2006/12/07 22:13:56 29 @@ -35,5 +35,9 @@ # Your model-specific methods go here. +sub current_user_can { + return 1; +} + 1;