Initial commit of Version model

This commit is contained in:
Kyle Johnson 2013-09-13 08:44:21 -04:00
parent 180d879894
commit 2f99274c0a
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<?php
class Version extends AppModel {
public $useTable = false;
}
?>