Sha256: 8ed4f865c552ddf8a8847a4ccaa6658774fb60c8892b786fe40e01a4de0246bd

Contents?: true

Size: 183 Bytes

Versions: 3

Compression:

Stored size: 183 Bytes

Contents

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
wechat-handler-2.1 app/controllers/wechat/handler/application_controller.rb
wechat-handler-1.0 app/controllers/wechat/handler/application_controller.rb
wechat-handler-0.1.2 app/controllers/wechat/handler/application_controller.rb