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")
|
scope :by_join_date, order("created_on DESC")
|
||||||
############################# added by liuping 关注
|
############################# added by liuping 关注
|
||||||
acts_as_watchable
|
acts_as_watchable
|
||||||
|
seems_rateable_rater
|
||||||
has_one :user_extensions,:dependent => :destroy
|
has_one :user_extensions,:dependent => :destroy
|
||||||
## end
|
## end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue