From 7cb079359c39e11e6d4d5616f8cb39dbf0dbaae5 Mon Sep 17 00:00:00 2001 From: cxt <853663049@qq.com> Date: Thu, 7 Nov 2019 10:58:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E5=A0=82=E7=9A=84=E9=82=AE=E4=BB=B6?= =?UTF-8?q?=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/course.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/course.rb b/app/models/course.rb index 796ea3c9..ff56ed80 100644 --- a/app/models/course.rb +++ b/app/models/course.rb @@ -139,7 +139,8 @@ class Course < ActiveRecord::Base 'choose_group_allow', 'credit', 'homepage_show', - 'show_unit' + 'show_unit', + 'email_notify' acts_as_customizable