instance method
_reset_rendered
Ruby on Rails 8.1.4
Since v8.1.4 Private — implementation detail, not part of the public APIAvailable in: v8.1.4 edge
Signature
_reset_rendered()
No documentation comment.
Source
# File actionview/lib/action_view/test_case.rb, line 426
def _reset_rendered
@rendered = self.class.content_class.new(+"")
end
Defined in actionview/lib/action_view/test_case.rb line 426
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::TestCase::Behavior