change table to tableName in definition

This commit is contained in:
Graham Knop 2009-12-07 12:22:33 -06:00
parent bb2667206d
commit 2c7eb7478e
3 changed files with 7 additions and 7 deletions

View file

@ -55,7 +55,7 @@ sub property_meta {
return 'WebGUI::Definition::Meta::Property::Asset';
}
has 'table' => (
has 'tableName' => (
is => 'rw',
);
@ -69,7 +69,7 @@ has 'assetName' => (
#-------------------------------------------------------------------
=head2 table ( )
=head2 tableName ( )
The table that this asset stores its properties in.