method

html_dump_default_path

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