Class: IntegrationTestKit::CommandsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- IntegrationTestKit::CommandsController
- Defined in:
- app/controllers/integration_test_kit/commands_controller.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
3 4 5 6 7 |
# File 'app/controllers/integration_test_kit/commands_controller.rb', line 3 def create IntegrationTestKit.run_command(params[:name]) head :ok end |