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


Gantry documentation Contained in the Gantry distribution.

Index


Code Index:

NAME

Top

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

AUTHOR

Top

Generated by Bigtop.


Gantry documentation Contained in the Gantry distribution.

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

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

our $AUTH_PAGES = 'Gantry::Control::Model::auth_pages';

our @EXPORT_OK = ( '$AUTH_PAGES' );

1;