From 44ac3bcd0cfef8d0f533c7841b72c39d9416977b Mon Sep 17 00:00:00 2001 From: Yan Date: Fri, 4 May 2018 11:14:54 +0630 Subject: [PATCH] no change base origami --- app/controllers/base_origami_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/base_origami_controller.rb b/app/controllers/base_origami_controller.rb index 0c01a735..7ca3b9f9 100755 --- a/app/controllers/base_origami_controller.rb +++ b/app/controllers/base_origami_controller.rb @@ -5,7 +5,7 @@ class BaseOrigamiController < ActionController::Base before_action :check_user #before_action :check_installation - protect_from_forgery with: :exception + protect_from_forgery with: :exception helper_method :shop_detail, :current_token