aboutsummaryrefslogtreecommitdiffstats
path: root/actionview
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2018-04-17 12:14:10 +0200
committerXavier Noria <fxn@hashref.com>2018-04-17 12:14:10 +0200
commit4824b4a8a6d221f97d76574dd7081b7bbda8fa62 (patch)
tree06931166ec5c46c68091d0d9456a4d4bd7a79452 /actionview
parent5003d5996a3d29d6614ccf714ad05f911aa30cff (diff)
downloadrails-4824b4a8a6d221f97d76574dd7081b7bbda8fa62.tar.gz
rails-4824b4a8a6d221f97d76574dd7081b7bbda8fa62.tar.bz2
rails-4824b4a8a6d221f97d76574dd7081b7bbda8fa62.zip
ActionController -> Action Controller [ci skip]
Really just an excuse to trigger edge docs generation
Diffstat (limited to 'actionview')
-rw-r--r--actionview/lib/action_view/context.rb9
1 files changed, 5 insertions, 4 deletions
diff --git a/actionview/lib/action_view/context.rb b/actionview/lib/action_view/context.rb
index 665a9e3171..3c605c3ee3 100644
--- a/actionview/lib/action_view/context.rb
+++ b/actionview/lib/action_view/context.rb
@@ -10,10 +10,11 @@ module ActionView
# 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