class Lato::OperationsController

def show_legacy

def show_legacy
  Rails.logger.warn('🚨 Legacy route used: operations/show/:id. Please replace operation_show_path with operation_path.')
  redirect_to lato.operation_path(params[:id])
end