Add paginate to topics
This commit is contained in:
@@ -14,6 +14,6 @@ class CommunitiesController < ApplicationController
|
||||
end
|
||||
|
||||
def load_topics
|
||||
@topics = @community.topics
|
||||
@topics = @community.topics.page(params[:page])
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user