提交 4824b4a8 编写于 作者: X Xavier Noria

ActionController -> Action Controller [ci skip]

Really just an excuse to trigger edge docs generation
上级 5003d599
......@@ -10,10 +10,11 @@ module CompiledTemplates #:nodoc:
# Action View contexts are supplied to Action Controller to render a template.
# The default Action View context is ActionView::Base.
#
# In order to work with ActionController, a Context must just include this module.
# The initialization of the variables used by the context (@output_buffer, @view_flow,
# and @virtual_path) is responsibility of the object that includes this module
# (although you can call _prepare_context defined below).
# In order to work with Action Controller, a Context must just include this
# module. The initialization of the variables used by the context
# (@output_buffer, @view_flow, and @virtual_path) is responsibility of the
# object that includes this module (although you can call _prepare_context
# defined below).
module Context
include CompiledTemplates
attr_accessor :output_buffer, :view_flow
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册