Pull From Master

This commit is contained in:
San Wai Lwin
2018-04-06 13:42:11 +06:30
34 changed files with 277 additions and 76 deletions

View File

@@ -1,5 +1,6 @@
class Api::SurveyController < Api::ApiController
skip_before_action :authenticate
# before_action :authenticate
def index
dining_facility = DiningFacility.find(params[:id])