ActionCategoryController.php 112 Bytes
<?php

class ActionCategoryController extends I18dRcrudController
{
    public $modelName = 'ActionCategory';
}