Methods

Class/Module Index [+]

Quicksearch

ActionView::TestCase::Behavior::Locals

Attributes

rendered_views[RW]

Public Instance Methods

render(options = {}, local_assigns = {}) click to toggle source
# File lib/action_view/test_case.rb, line 183
def render(options = {}, local_assigns = {})
  case options
  when Hash
    if block_given?
      rendered_views.add options[:layout], options[:locals]
    elsif options.key?(:partial)
      rendered_views.add options[:partial], options[:locals]
    end
  else
    rendered_views.add options, local_assigns
  end

  super
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.