Skip to content
Snippets Groups Projects
Commit 562a5ea9 authored by Richard Fernando Heise Ferreira's avatar Richard Fernando Heise Ferreira
Browse files

Merge branch 'issue/28-fix-questions-order' into 'develop'

Issue #28: FIX questions order

See merge request rfhf19/cleanning-portalmec!29
parents dc2bca8e a8990336
No related branches found
No related tags found
1 merge request!29Issue #28: FIX questions order
Pipeline #32223 failed
......@@ -25,7 +25,7 @@ class V1::QuestionsController < ApplicationController
# GET /questions
def index
@questions = paginate Question.all
@questions = paginate Question.all.order(id: :asc)
render json: @questions
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment