make notifications return json for MuGMaN
This commit is contained in:
parent
614aa3056a
commit
4111a0ae4e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
class NotificationsController < ApplicationController
|
class NotificationsController < ApplicationController
|
||||||
before_filter :authenticate_user!
|
before_filter :authenticate_user!
|
||||||
respond_to :html
|
respond_to :html, :json
|
||||||
|
|
||||||
|
|
||||||
def update
|
def update
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue