From ebf01a5d95e5d4e85abcdde64da7d42a48b5bfb4 Mon Sep 17 00:00:00 2001 From: phyusin Date: Mon, 5 Mar 2018 16:28:34 +0630 Subject: [PATCH] change action --- 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 df00e24c..d59a5af3 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 :authenticate, only: [:index, :show, :create, :update, :destroy] + # skip_before_action :authenticate, only: [:index, :show, :create, :update, :destroy] helper_method :shop_detail