Class: ViewComponentsSystemTestController
- Inherits:
-
Rails::ApplicationController
- Object
- Rails::ApplicationController
- ViewComponentsSystemTestController
- Defined in:
- app/controllers/view_components_system_test_controller.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#system_test_entrypoint ⇒ Object
6 7 8 |
# File 'app/controllers/view_components_system_test_controller.rb', line 6 def system_test_entrypoint render file: "./tmp/view_components/#{params.permit(:file)[:file]}" end |