Sha256: 801941bca58f35bcd6221ed8494fc3f22a7c794c5085ec959394042869e1128f
Contents?: true
Size: 222 Bytes
Versions: 1
Compression:
Stored size: 222 Bytes
Contents
## # Application controller 是模块内所有控制器的基类。 module Unidom module Category 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-category-2.0.1 | app/controllers/unidom/category/application_controller.rb |