Fixing content type ordering when content_type is not defined.
[akelos.git] / test / fixtures / app / models / group.php
blob1f00c7e176e8c0c03178dfaefbac6f9dd9bb5922
1 <?php
3 class Group extends ActiveRecord
5 var $habtm = 'users';
8 ?>