mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-27 02:04:33 +08:00
fixes travis
This commit is contained in:
parent
1bed2c2a3c
commit
384371802c
1 changed files with 3 additions and 3 deletions
|
@ -43,9 +43,9 @@ class User < ApplicationRecord
|
|||
assignments_email: false,
|
||||
recent: true,
|
||||
recent_email: false,
|
||||
system_message_email: false
|
||||
},
|
||||
popovers_enabled: true
|
||||
system_message_email: false,
|
||||
popovers_enabled: true
|
||||
}
|
||||
)
|
||||
|
||||
# Relations
|
||||
|
|
Loading…
Reference in a new issue