You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the fix could be as straightforward as a respond_to? check in that code -- if the controller responds to before_action, use that, otherwise, use before_filter!
Looks like these were brought back in abf0843 as part of #356. The commit also looks like it hides warnings in tests.
Relevant code can be found here.
The text was updated successfully, but these errors were encountered: