8 lines
141 B
Ruby
8 lines
141 B
Ruby
class Prompts::CommandsController < ApplicationController
|
|
def index
|
|
if stale? etag: @tags
|
|
render layout: false
|
|
end
|
|
end
|
|
end
|