|
|
|
@ -12,7 +12,7 @@ class ApplicationController < ActionController::Base
|
|
|
|
|
|
|
|
|
|
protect_from_forgery prepend: true, unless: -> { request.format.json? }
|
|
|
|
|
|
|
|
|
|
before_action :check_sign
|
|
|
|
|
# before_action :check_sign
|
|
|
|
|
before_action :user_setup
|
|
|
|
|
#before_action :check_account
|
|
|
|
|
|
|
|
|
|