Fixing content type ordering when content_type is not defined.
[akelos.git] / test / fixtures / app / models / person.php
blobb9ee6f3a787a18d39e019027dfc845fb7d268767
1 <?php
3 class Person extends ActiveRecord
5 var $has_one = 'account';
8 ?>