This commit is contained in:
phyusin
2018-04-05 17:30:44 +06:30
parent 686a980a9e
commit 7c15dac2aa
8 changed files with 55 additions and 4 deletions

View File

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