make notifications return json for MuGMaN

This commit is contained in:
maxwell 2011-02-14 11:59:58 -08:00
parent 614aa3056a
commit 4111a0ae4e

View file

@ -4,7 +4,7 @@
class NotificationsController < ApplicationController
before_filter :authenticate_user!
respond_to :html
respond_to :html, :json
def update