From 00c44f229e1f2cc55ed8212e0a5ef8c5f884487b Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 21 Oct 2023 16:27:39 -0400 Subject: The hardcoded alias thing is very silly --- app/controllers/quotes_controller.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'app/controllers/quotes_controller.rb') diff --git a/app/controllers/quotes_controller.rb b/app/controllers/quotes_controller.rb index 92a424e..dd37cde 100644 --- a/app/controllers/quotes_controller.rb +++ b/app/controllers/quotes_controller.rb @@ -96,7 +96,9 @@ class QuotesController < ApplicationController "Salaboy123": "Tamasys", "TaMACsys": "Tamasys", "RealityCheck": "Drifty", - "Student 3": "Student" + "Student 3": "Student", + "toothpastecanyon": "ToothPasteCanyon", + "eka-caesium": "eka_caesium", } person_count = {} -- cgit 1.4.1