class AccountController < ApplicationController before_action :authenticate_user! def index @current_section = :account end end