Method: ActionView::Context#_prepare_context
- Defined in:
- lib/action_view/context.rb
#_prepare_context ⇒ Object
Prepares the context by setting the appropriate instance variables. :api: plugin
21 22 23 24 25 |
# File 'lib/action_view/context.rb', line 21 def _prepare_context @view_flow = OutputFlow.new @output_buffer = nil @virtual_path = nil end |