新注册用户邮件默认缺省值按天发送

This commit is contained in:
huang 2015-07-07 14:45:46 +08:00
parent 600e7c1e16
commit dae15840b8
1 changed files with 1 additions and 1 deletions

View File

@ -66,9 +66,9 @@ class User < Principal
#每日一报、一事一报、不报
MAIL_NOTIFICATION_OPTIONS = [
['all', :label_user_mail_option_all],
#['week', :label_user_mail_option_week],
['day', :label_user_mail_option_day],
['all', :label_user_mail_option_all],
['none', :label_user_mail_option_none]
]