fixes #1433
This commit is contained in:
@@ -32,4 +32,8 @@ class WikiPageVersion < ActiveRecord::Base
|
||||
def pretty_title
|
||||
title.tr("_", " ")
|
||||
end
|
||||
|
||||
def category_name
|
||||
Tag.category_for(title)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user