10 lines
174 B
Ruby
10 lines
174 B
Ruby
class Prompts::CommandsController < ApplicationController
|
|
def index
|
|
# @commands = []
|
|
#
|
|
# if stale? etag: @commands
|
|
render layout: false
|
|
# end
|
|
end
|
|
end
|