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
`before_filter` is deprecated in Rails 5 and will disappear in 5.1
This change begins using `before_action`, with a fallback to
`before_filter` if `before_action` is not available.
closes#404
0 commit comments