method

html_dump_default_path

rails latest stable - Class: ActionDispatch::TestHelpers::PageDumpHelper

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

html_dump_default_path()
private

No documentation available.

# 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