1 # This file has been auto-generated only because it didn't exist.
 
   2 # Feel free to modify it at will; it will not be overwritten automatically.
 
   4 package SL::DB::ContactDepartment;
 
  10 use SL::DB::MetaSetup::ContactDepartment;
 
  11 use SL::DB::Manager::ContactDepartment;
 
  13 __PACKAGE__->meta->initialize;
 
  15 __PACKAGE__->before_save('_before_save_trim_content');
 
  17 sub _before_save_trim_content {
 
  18   $_[0]->description(trim($_[0]->description));