about summary refs log tree commit diff stats
path: root/app
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2023-10-21 16:27:39 -0400
committerStar Rauchenberger <fefferburbia@gmail.com>2023-10-21 16:27:39 -0400
commit00c44f229e1f2cc55ed8212e0a5ef8c5f884487b (patch)
tree1c2f4fed99cff099cd4c3bec52853e469657a899 /app
parenta9a078a7f4a7a0a9c4e57c02f66722f4d6c1cec6 (diff)
downloadthoughts-00c44f229e1f2cc55ed8212e0a5ef8c5f884487b.tar.gz
thoughts-00c44f229e1f2cc55ed8212e0a5ef8c5f884487b.tar.bz2
thoughts-00c44f229e1f2cc55ed8212e0a5ef8c5f884487b.zip
The hardcoded alias thing is very silly
Diffstat (limited to 'app')
-rw-r--r--app/controllers/quotes_controller.rb4
1 files changed, 3 insertions, 1 deletions
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
96 "Salaboy123": "Tamasys", 96 "Salaboy123": "Tamasys",
97 "TaMACsys": "Tamasys", 97 "TaMACsys": "Tamasys",
98 "RealityCheck": "Drifty", 98 "RealityCheck": "Drifty",
99 "Student 3": "Student" 99 "Student 3": "Student",
100 "toothpastecanyon": "ToothPasteCanyon",
101 "eka-caesium": "eka_caesium",
100 } 102 }
101 103
102 person_count = {} 104 person_count = {}