paginate thread replies

This commit is contained in:
jomo
2014-09-22 06:25:23 +02:00
parent ed4096949f
commit 15ca378878
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ class ForumthreadsController < ApplicationController
end
def show
@replies = @thread.replies.page(params[:page])
end
def edit