Fixing content type ordering when content_type is not defined.
[akelos.git] / test / fixtures / app / models / location.php
blob3c12910809e433996242c42453b1bf6183d356b0
1 <?php
3 class Location extends ActiveRecord
5 var $acts_as = array('nested_set' => array('scope'=>'owner_id = ?'));
8 ?>