excid3 / jumpstart

Easily jumpstart a new Rails application with a bunch of great features by default
http://jumpstartrails.com
MIT License
1.2k stars 316 forks source link

Update Pundit include #188

Closed jamie closed 2 years ago

jamie commented 2 years ago

The old usage was deprecated in 2.2.0 (Feb 2022) and now emits a warning, see changelog.

DEPRECATION WARNING: 'include Pundit' is deprecated. Please use 'include Pundit::Authorization' instead.
excid3 commented 2 years ago

Thanks @jamie 👍