Fixing content type ordering when content_type is not defined.
[akelos.git] / lib / utils / generators / scaffold / templates / model.tpl
blob21d4e0c317c60bf67a425544e021b38d2919fa88
1 <?php  echo '<?php'?>
4 class <?php  echo $model_name?> extends ActiveRecord
9 ?>