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
Rails 5 requires symbols for the names of hooks. This fixes the
following deprecation warning:
> DEPRECATION WARNING: Passing string to define callback is deprecated
> and will be removed in Rails 5.1 without replacement. (called from
> verify_scoped_resource at lib/kracken/controllers/json_api_compatible.rb:69)
0 commit comments