fixes #2454: Add a new popular posts page for view counts
This commit is contained in:
@@ -8,6 +8,12 @@ module Explore
|
||||
respond_with(@posts)
|
||||
end
|
||||
|
||||
def popular_view
|
||||
@post_set = PostSets::PopularView.new(params[:date], params[:scale])
|
||||
@posts = @post_set.posts
|
||||
respond_with(@posts)
|
||||
end
|
||||
|
||||
def intro
|
||||
@presenter = IntroPresenter.new
|
||||
render :layout => "blank"
|
||||
|
||||
Reference in New Issue
Block a user