1package AddressBook::Model::child;
2use strict; use warnings;
3
4use base 'Gantry::Utils::DBIxClass', 'Exporter';
5
6use AddressBook::Model::GEN::child;
7
8our $CHILD = 'AddressBook::Model::child';
9
10our @EXPORT_OK = ( '$CHILD' );
11
121;
13
14=head1 NAME
15
16AddressBook::Model::child - model for child table (stub part)
17
18=head1 DESCRIPTION
19
20This model inherits from its generated helper, which inherits from
21Gantry::Utils::DBIxClass.  It was generated by Bigtop, but is
22NOT subject to regeneration.
23
24=head1 METHODS (mixed in from AddressBook::Model::GEN::child)
25
26You may use all normal Gantry::Utils::DBIxClass methods and the
27ones listed here:
28
29=over 4
30
31=item get_foreign_display_fields
32
33=item get_foreign_tables
34
35=item foreign_display
36
37=item table_name
38
39=back
40
41=cut
42