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