Fixing content type ordering when content_type is not defined.
[akelos.git] / test / fixtures / app / models / dependent_category.php
blob993bbbc59244f5524a4195b7d3c56701948e4a72
1 <?php
2 class DependentCategory extends ActiveRecord
4 var $act_as = array("tree" => array("dependent" => true));
5 var $table_name = "categories";
6 }
7 ?>