FIX: We missed some references to /category/xyz in the ruby code base.

This commit is contained in:
Robin Ward
2015-01-07 11:45:57 -05:00
parent 14daf622d0
commit 114cc1c851
4 changed files with 5 additions and 5 deletions

View File

@@ -369,7 +369,7 @@ SQL
def url
url = @@url_cache[self.id]
unless url
url = "/category"
url = "/c"
url << "/#{parent_category.slug}" if parent_category_id
url << "/#{slug}"
url.freeze