Rename 'popular' to 'latest'. First stab at 'Hot' tab.

This commit is contained in:
Robin Ward
2013-03-27 16:17:49 -04:00
parent d1945057fd
commit 36269cfbaa
52 changed files with 946 additions and 323 deletions

View File

@@ -22,7 +22,7 @@ class Site
end
def categories
Category.popular.includes(:topic_only_relative_url)
Category.latest.includes(:topic_only_relative_url)
end
def archetypes