class SecurityController < ApplicationController before_action :require_user_signed_in def index @current_section = :security end end