mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
Fix all the errors to get our tests green on Rails 5.1.
This commit is contained in:
@ -2,7 +2,7 @@ require_dependency 'notification_serializer'
|
||||
|
||||
class NotificationsController < ApplicationController
|
||||
|
||||
before_filter :ensure_logged_in
|
||||
before_action :ensure_logged_in
|
||||
|
||||
def index
|
||||
user =
|
||||
|
Reference in New Issue
Block a user