fixes #308
This commit is contained in:
@@ -21,7 +21,7 @@ class UserFeedbacksController < ApplicationController
|
|||||||
|
|
||||||
def index
|
def index
|
||||||
@search = UserFeedback.search(params[:search])
|
@search = UserFeedback.search(params[:search])
|
||||||
@user_feedbacks = @search.paginate(params[:page])
|
@user_feedbacks = @search.paginate(params[:page]).order("id desc")
|
||||||
respond_with(@user_feedbacks)
|
respond_with(@user_feedbacks)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user