change action
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
class HomeController < ApplicationController
|
class HomeController < ApplicationController
|
||||||
# layout "application", except: [:index, :show]
|
# 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
|
helper_method :shop_detail
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user