user added rater

This commit is contained in:
yanxd 2014-04-21 16:03:55 +08:00
parent e802424e2a
commit daf7e8d200
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ class User < Principal
scope :by_join_date, order("created_on DESC")
############################# added by liuping 关注
acts_as_watchable
seems_rateable_rater
has_one :user_extensions,:dependent => :destroy
## end