summaryrefslogtreecommitdiff
path: root/lib/category.rb
diff options
context:
space:
mode:
authorAndrewMurrell <ImFromNASA@gmail.com>2017-04-02 00:29:29 -0400
committerAndrewMurrell <ImFromNASA@gmail.com>2017-04-02 00:29:29 -0400
commit7d25ab4bfd724571a7d41268f9cec63907afb924 (patch)
tree844657b812f7f16d408b77288ba71eef3de6cfd2 /lib/category.rb
parentd0694b12decb594d7b1dd817454738b3df9f0d90 (diff)
parent3f1da016d022ad0dfafebf81041842364a6081ec (diff)
Merge branch 'master' of https://git.andrewdm.me/www
Diffstat (limited to 'lib/category.rb')
-rw-r--r--lib/category.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/category.rb b/lib/category.rb
index b60c82e..e0ed8e0 100644
--- a/lib/category.rb
+++ b/lib/category.rb
@@ -6,7 +6,7 @@ class Category
@abbr = abbr
end
def abbr
- @abbr
+ @abbr.downcase
end
def name
Config::get.category_name(@abbr)