Use the correct Property meta class for Crud.

This commit is contained in:
Colin Kuskie 2010-11-10 17:50:02 -08:00
parent 63eabc01f1
commit fa63b00e56

View file

@ -18,7 +18,7 @@ use 5.010;
use Moose::Role;
use namespace::autoclean;
use WebGUI::Definition::Meta::Property;
use WebGUI::Definition::Meta::Property::Asset;
use WebGUI::Definition::Meta::Property::Crud;
no warnings qw(uninitialized);
with 'WebGUI::Definition::Meta::Class';