diff options
Diffstat (limited to 'app/php/model/UserPreference.php')
-rw-r--r-- | app/php/model/UserPreference.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/php/model/UserPreference.php b/app/php/model/UserPreference.php index ff32529..90fa221 100644 --- a/app/php/model/UserPreference.php +++ b/app/php/model/UserPreference.php @@ -1,6 +1,8 @@ <?php -class UserPreference extends TActiveRecord { +Prado::using('Application.db.ActiveRecord'); + +class UserPreference extends ActiveRecord { const TABLE = 'user_selections'; |