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