This commit is contained in:
r888888888
2014-06-16 17:29:27 -07:00
parent 7ea00d3ff6
commit 87ef2b8e0f
9 changed files with 51 additions and 14 deletions

View File

@@ -25,7 +25,7 @@ class BulkUpdateRequestsController < ApplicationController
end
def index
@bulk_update_requests = BulkUpdateRequest.paginate(params[:page])
@bulk_update_requests = BulkUpdateRequest.order("id desc").paginate(params[:page])
respond_with(@bulk_update_requests)
end
end