Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove duplicate code in application_controller.rb
Removing `rescue_from Pundit::NotAuthorizedError, with: :user_not_authorized` from line 25, because the exact statement also exists on line 20 of this same file.
- Loading branch information