app/controllers/application_controller.rb
Class ApplicationController
has 25 methods (exceeds 20 allowed). Consider refactoring. Open
Open
class ApplicationController < ActionController::Base
helper :all # include all helpers, all the time
helper_method :multiple_selected_students?, :selected_student_ids,
:current_student_id, :current_student, :current_district, :current_school, :current_user,
:index_url_with_page, :readonly?