committed by
Juanjo Bazán
parent
a43c753ebb
commit
fda8412ed3
@@ -1,7 +1,7 @@
|
||||
class Admin::CommentsController < Admin::BaseController
|
||||
|
||||
def index
|
||||
@comments = Comment.only_hidden
|
||||
@comments = Comment.only_hidden.page(params[:page])
|
||||
end
|
||||
|
||||
def restore
|
||||
|
||||
Reference in New Issue
Block a user