Class: ViewComponentsSystemTestController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ViewComponentsSystemTestController
- Defined in:
- app/controllers/view_components_system_test_controller.rb
Overview
:nodoc:
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.temp_dir ⇒ Object
9 10 11 |
# File 'app/controllers/view_components_system_test_controller.rb', line 9 def self.temp_dir @_tmpdir ||= FileUtils.mkdir_p("./tmp/view_components/").first end |
Instance Method Details
#system_test_entrypoint ⇒ Object
15 16 17 |
# File 'app/controllers/view_components_system_test_controller.rb', line 15 def system_test_entrypoint render file: @path end |