Fixes for Crud POD.
This commit is contained in:
parent
ca2b7cd2c5
commit
ed74439716
2 changed files with 4 additions and 4 deletions
|
|
@ -89,7 +89,7 @@ to the class, and applies the meta-role to the meta-class.
|
|||
But, if it is applied to a Role, then only the meta-role is applied, since we want
|
||||
the final application to be in the end user of the Role.
|
||||
|
||||
This permits using this to compose Roles with their own database tables.
|
||||
This permits using this package to compose Roles with their own database tables.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
|
|
@ -27,11 +27,11 @@ our $VERSION = '0.0.1';
|
|||
|
||||
=head1 NAME
|
||||
|
||||
Package WebGUI::Definition::Meta::Shop
|
||||
Package WebGUI::Definition::Meta::Crud
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
Extends 'WebGUI::Definition::Meta::Class' to provide attributes specific to Assets.
|
||||
Extends 'WebGUI::Definition::Meta::Class' to provide attributes specific to Cruds.
|
||||
|
||||
=head1 METHODS
|
||||
|
||||
|
|
@ -43,7 +43,7 @@ These methods are available from this class:
|
|||
|
||||
=head2 property_meta ( )
|
||||
|
||||
Asset Definitions use WebGUI::Definition::Meta::Property::Asset as the base class
|
||||
Asset Definitions use WebGUI::Definition::Meta::Property::Crud as the base class
|
||||
for properties.
|
||||
|
||||
=cut
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue