Fix page namespacing

This commit is contained in:
2013-03-03 13:58:56 +01:00
parent bab1f3b949
commit 370aa0369e
+1 -1
View File
@@ -68,7 +68,7 @@ module Cmtool
end
def top_menu
Page.roots(I18n.locale).select(&:in_menu?)
::Page.roots(I18n.locale).select(&:in_menu?)
end
end
end