Fixing content type ordering when content_type is not defined.
[akelos.git] / test / fixtures / app / models / tagging.php
blobbcdae24358f0d81020b6a57a4d32b2da047fe12d
1 <?php
3 class Tagging extends AkActiveRecord
5 var $belongs_to = array('file', 'tag');
9 ?>