Commit 406299a6b416289bac681d6af34cce68f537a394
1 parent
85d12bd6
Exists in
master
and in
1 other branch
use super instead of read_attribute
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/app.rb
| ... | ... | @@ -190,7 +190,7 @@ class App |
| 190 | 190 | end |
| 191 | 191 | |
| 192 | 192 | def email_at_notices |
| 193 | - Errbit::Config.per_app_email_at_notices ? read_attribute(:email_at_notices) : Errbit::Config.email_at_notices | |
| 193 | + Errbit::Config.per_app_email_at_notices ? super : Errbit::Config.email_at_notices | |
| 194 | 194 | end |
| 195 | 195 | |
| 196 | 196 | protected | ... | ... |