From 643a9d71bea9e532dc73f5f4f9844a8726cdde94 Mon Sep 17 00:00:00 2001 From: Yan Date: Wed, 21 Feb 2018 17:04:45 +0630 Subject: [PATCH] remove skip before action in home controller --- app/controllers/home_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/home_controller.rb b/app/controllers/home_controller.rb index 5afd383a..ea411fa0 100755 --- a/app/controllers/home_controller.rb +++ b/app/controllers/home_controller.rb @@ -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")