Remove caching so that it doesn't interfere when working on design
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
class Prompts::CommandsController < ApplicationController
|
||||
def index
|
||||
@commands = []
|
||||
|
||||
if stale? etag: @commands
|
||||
render layout: false
|
||||
end
|
||||
# @commands = []
|
||||
#
|
||||
# if stale? etag: @commands
|
||||
render layout: false
|
||||
# end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user