Gantry::Control::Model::auth_groups - model for auth_groups table


Gantry documentation Contained in the Gantry distribution.

Index


Code Index:

NAME

Top

Gantry::Control::Model::auth_groups - model for auth_groups table

AUTHOR

Top

Generated by Bigtop.


Gantry documentation Contained in the Gantry distribution.

package Gantry::Control::Model::auth_groups;
use strict; use warnings;

use base 'Gantry::Control::Model::GEN::auth_groups', 'Exporter';

our $AUTH_GROUPS = 'Gantry::Control::Model::auth_groups';

our @EXPORT_OK = ( '$AUTH_GROUPS' );

1;