new test for item fetching with inflated objects
[catagits/Catalyst-Controller-DBIC-API.git] / t / lib / RestTest / Schema / Result / Track.pm
index 9adcdbe..670f88d 100644 (file)
@@ -1,7 +1,9 @@
 package # hide from PAUSE
     RestTest::Schema::Result::Track;
 
-use base 'DBIx::Class::Core';
+use base 'DBIx::Class';
+
+__PACKAGE__->load_components(qw/ TimeStamp Core /);
 __PACKAGE__->table('track');
 __PACKAGE__->add_columns(
   'trackid' => {