rails-devise-pundit
rails-devise-pundit copied to clipboard
Add Pundit to ApplicationController.rb
After running through this app a handful of times. I started to get an error when loading the user's index page. I found that including Pundit in accordance with the Pundit readme (https://github.com/elabs/pundit/tree/v0.2.3) fixes the issue.