Class: ViewComponentsSystemTestController

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

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#system_test_entrypointObject



4
5
6
# File 'app/controllers/view_components_system_test_controller.rb', line 4

def system_test_entrypoint
  render file: "./tmp/view_components/#{params.permit(:file)[:file]}"
end