aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/admin/blog/settings_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/admin/blog/settings_controller.rb')
-rw-r--r--app/controllers/admin/blog/settings_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/blog/settings_controller.rb b/app/controllers/admin/blog/settings_controller.rb
index 9648688..52a7e83 100644
--- a/app/controllers/admin/blog/settings_controller.rb
+++ b/app/controllers/admin/blog/settings_controller.rb
@@ -1,7 +1,7 @@
class Admin::Blog::SettingsController < Admin::BaseController
def notification_recipients
- @recipients = BlogComment::Notification.recipients['value']
+ @recipients = BlogComment::Notification.recipients
if request.post?
BlogComment::Notification.recipients == params[:recipients]