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


Gantry documentation Contained in the Gantry distribution.

Index


Code Index:

NAME

Top

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

AUTHOR

Top

Generated by Bigtop.


Gantry documentation Contained in the Gantry distribution.

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

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

our $AUTH_USERS = 'Gantry::Control::Model::auth_users';

our @EXPORT_OK = ( '$AUTH_USERS' );

1;