Class: ViewComponentsSystemTestController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/view_components_system_test_controller.rb

Overview

:nodoc:

Constant Summary collapse

TEMP_DIR =
FileUtils.mkdir_p("./tmp/view_components/").first

Instance Method Summary collapse

Instance Method Details

#system_test_entrypointObject



9
10
11
# File 'app/controllers/view_components_system_test_controller.rb', line 9

def system_test_entrypoint
  render file: @path
end