|
|
@ -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
|
|
|
|
|
|
|
|
|
|
|
|