Fixing content type ordering when content_type is not defined.
[akelos.git] / test / fixtures / app / models / property.php
blob4815818ad9ac3a6141835299cbd1b9bf4c2d5b57
1 <?php
3 class Property extends ActiveRecord
5 var $hasMany = array(
6 'pictures' => array('dependent' => 'destroy'),
7 'panoramas');
8 var $hasAndBelongsToMany = array('property_types' => array('unique'=>true)); // Unique still needs to be implemented