class Admin::DashboardsController < ApplicationController before_action :authenticate_user layout "back_end" def index end end