parent
08e193ea3c
commit
571196ad2d
@ -1,3 +1,6 @@
|
|||||||
class UserWechat < ActiveRecord::Base
|
class UserWechat < ActiveRecord::Base
|
||||||
# attr_accessible :title, :body
|
attr_accessible :subscribe, :openid, :nickname, :sex, :language, :city, :province, :country,
|
||||||
|
:headimgurl, :subscribe_time, :unionid, :remark, :groupid, :user
|
||||||
|
|
||||||
|
belongs_to :user
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in new issue