# frozen_string_literal: true class DashboardController < ApplicationController def home end def other end end