diff --git a/app/controllers/accounts_controller.rb b/app/controllers/accounts_controller.rb index f322d239..defc12c3 100644 --- a/app/controllers/accounts_controller.rb +++ b/app/controllers/accounts_controller.rb @@ -1,5 +1,5 @@ class AccountsController < ApplicationController - before_action :require_login, only: [:login_check, :simple_update] + before_action :require_login, only: [:login_check] include ApplicationHelper #skip_before_action :check_account, :only => [:logout]