Sha256: 4bb868d9e0fbd1dae4e3ec9d8695d738f07a6e38b70f10c778d303e485a14220
Contents?: true
Size: 225 Bytes
Versions: 1
Compression:
Stored size: 225 Bytes
Contents
## # Application controller 是模块内所有控制器的基类。 module Unidom module Certificate class ApplicationController < ActionController::Base protect_from_forgery with: :exception end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
unidom-certificate-3.0.1 | app/controllers/unidom/certificate/application_controller.rb |