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