Files
fizzy/app/controllers/prompts/commands_controller.rb
T

10 lines
174 B
Ruby

class Prompts::CommandsController < ApplicationController
def index
# @commands = []
#
# if stale? etag: @commands
render layout: false
# end
end
end