Fix incorrect breadcrumb menu order

This commit is contained in:
Alex Ling 2020-06-11 12:34:13 +00:00
parent 5c26b0d6dc
commit aa269f26ee

View File

@ -205,7 +205,7 @@ class Title
ary << title ary << title
tid = title.parent_id tid = title.parent_id
end end
ary ary.reverse
end end
def size def size