app/controllers/application_controller.rb
Showing 2 of 2 total issues
Line is too long. [92/80] Open
Open
redirect_to root_path, alert: 'Access Denied' unless current_user && current_user.admin?
- Create a ticketCreate a ticket
- Exclude checks
Missing top-level class documentation comment. Open
Open
class ApplicationController < ActionController::Base
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks