Class: PromptEngine::PlaygroundRunResultsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/prompt_engine/playground_run_results_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



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

#showObject



11
12
# File 'app/controllers/prompt_engine/playground_run_results_controller.rb', line 11

def show
end