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