source: branches/1.2/workflow/js/adminsource/inc/class.atividade.model.inc.php @ 1349

Revision 1349, 97 bytes checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1<?php
2
3class AtividadeModel extends Model
4{
5        function defaultAction()
6        {
7                return true;
8        }
9}
10
11?>
Note: See TracBrowser for help on using the repository browser.