instance method
render
Ruby on Rails 2.3.18
Since v2.3.18 Last seen in v2.3.18Signature
render(options = {}, local_assigns = {}, &block)
No documentation comment.
Parameters
-
optionsopt = {} -
local_assignsopt = {} -
blockblock
Source
# File actionpack/lib/action_view/test_case.rb, line 63
def render(options = {}, local_assigns = {}, &block)
@rendered << output = _view.render(options, local_assigns, &block)
output
end
Defined in actionpack/lib/action_view/test_case.rb line 63
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::TestCase