From 4111a0ae4e25ea2e1d85c11e5c132c576ebf5797 Mon Sep 17 00:00:00 2001 From: maxwell Date: Mon, 14 Feb 2011 11:59:58 -0800 Subject: [PATCH] make notifications return json for MuGMaN --- app/controllers/notifications_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/notifications_controller.rb b/app/controllers/notifications_controller.rb index f6a6d1eed..bbc760c2f 100644 --- a/app/controllers/notifications_controller.rb +++ b/app/controllers/notifications_controller.rb @@ -4,7 +4,7 @@ class NotificationsController < ApplicationController before_filter :authenticate_user! - respond_to :html + respond_to :html, :json def update