Class: PromptEngine::PlaygroundRunResultsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- PromptEngine::PlaygroundRunResultsController
- Defined in:
- app/controllers/prompt_engine/playground_run_results_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
7 8 9 |
# File 'app/controllers/prompt_engine/playground_run_results_controller.rb', line 7 def index @playground_run_results = scope.recent.includes(prompt_version: :prompt) end |
#show ⇒ Object
11 12 |
# File 'app/controllers/prompt_engine/playground_run_results_controller.rb', line 11 def show end |