remove conflict data
This commit is contained in:
@@ -1,12 +1,8 @@
|
|||||||
class HomeController < ApplicationController
|
class HomeController < ApplicationController
|
||||||
# layout "application", except: [:index, :show]
|
# layout "application", except: [:index, :show]
|
||||||
<<<<<<< HEAD
|
|
||||||
skip_before_action :authenticate, only: [:index, :show, :create, :update, :destroy]
|
skip_before_action :authenticate, only: [:index, :show, :create, :update, :destroy]
|
||||||
|
|
||||||
helper_method :shop_detail
|
helper_method :shop_detail
|
||||||
=======
|
|
||||||
# skip_before_action only: [:index, :show, :create, :update, :destroy]
|
|
||||||
>>>>>>> 311bef44119baa113cfadf226d6d34e04cfbe991
|
|
||||||
|
|
||||||
def index
|
def index
|
||||||
# @employees = Employee.all_emp_except_waiter.order("name asc")
|
# @employees = Employee.all_emp_except_waiter.order("name asc")
|
||||||
|
|||||||
Reference in New Issue
Block a user