remove skip before action in home controller

This commit is contained in:
Yan
2018-02-21 17:04:45 +06:30
parent 4552a4a9ac
commit 643a9d71be

View File

@@ -1,6 +1,6 @@
class HomeController < ApplicationController
# layout "application", except: [:index, :show]
skip_before_action only: [:index, :show, :create, :update, :destroy]
# skip_before_action only: [:index, :show, :create, :update, :destroy]
def index
# @employees = Employee.all_emp_except_waiter.order("name asc")