remove skip before action in home controller
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user