## # Application controller 是模块内所有控制器的基类。 class Wechat::Handler::ApplicationController < ActionController::Base protect_from_forgery with: :exception end