Files
fizzy/app/controllers/prompts/commands_controller.rb
T
2025-07-01 18:27:38 +02:00

8 lines
141 B
Ruby

class Prompts::CommandsController < ApplicationController
def index
if stale? etag: @tags
render layout: false
end
end
end