--- lib/CAdmin/Model/User.pm 2008/03/13 14:08:41 10 +++ lib/A3C/Model/User.pm 2008/03/13 14:22:53 11 @@ -1,10 +1,10 @@ use strict; use warnings; -package CAdmin::Model::User; +package A3C::Model::User; use Jifty::DBI::Schema; -use CAdmin::Record schema { +use A3C::Record schema { column name => type is 'text',