user added rater
This commit is contained in:
parent
e802424e2a
commit
daf7e8d200
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue