Fixing content type ordering when content_type is not defined.
[akelos.git] / test / fixtures / app / models / nested_category.php
blob2ca564b937e3afeba6c5921743f601057ef99669
1 <?php
2 class NestedCategory extends ActiveRecord
4 var $act_as = "nested_set";
5 }
6 ?>