Merge branch 'august_spring' of bitbucket.org:code2lab/sxrestaurant into august_spring

* 'august_spring' of bitbucket.org:code2lab/sxrestaurant:
  UpdateCommissioner
This commit is contained in:
Zin Lin Phyo
2017-08-23 15:24:50 +06:30
4 changed files with 215 additions and 213 deletions

View File

@@ -4,7 +4,7 @@ class Origami::CommissionersController < BaseOrigamiController
# GET /commissioners
# GET /commissioners.json
def index
@commissioners = Commissioner.all
@commissioners = Commissioner.all.order("id asc")
end
# GET /commissioners/1