Sha256: 07644b64d9f92ffe3fdb8cbaa477f83d14a3e6e808104c7d307f2d3ec8ac5435

Contents?: true

Size: 185 Bytes

Versions: 3

Compression:

Stored size: 185 Bytes

Contents

##
# Application controller 是模块内所有控制器的基类。

class Wechat::Validator::ApplicationController < ActionController::Base
  protect_from_forgery with: :exception
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wechat-validator-1.1 app/controllers/wechat/validator/application_controller.rb
wechat-validator-1.0 app/controllers/wechat/validator/application_controller.rb
wechat-validator-0.3.2 app/controllers/wechat/validator/application_controller.rb