--- lib/Arh/Model/Chronology.pm 2007/11/29 11:20:24 4 +++ lib/Arh/Model/Chronology.pm 2007/11/30 00:03:15 13 @@ -25,9 +25,13 @@ }; +#use Jifty::Plugin::ActorMetadata::Mixin::Model::ActorMetadata; # created_by, created_on, updated_on + # Your model-specific methods go here. sub since { '0.0.3' } +use Arh::DefaultACL; + 1;