instance method
html_dump_default_path
Ruby on Rails 8.1.2
Since v7.2.3 PrivateSignature
html_dump_default_path()
No documentation comment.
Source
# File actionpack/lib/action_dispatch/testing/test_helpers/page_dump_helper.rb, line 30
def html_dump_default_path
Rails.root.join("tmp/html_dump", "#{method_name}_#{DateTime.current.to_i}.html").to_s
end
Defined in actionpack/lib/action_dispatch/testing/test_helpers/page_dump_helper.rb line 30
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::TestHelpers::PageDumpHelper