remove indiscriminate asset caching
This commit is contained in:
parent
0f5d36bcb6
commit
41aa9008fc
1 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
||||||
class SwfAssetsController < ApplicationController
|
class SwfAssetsController < ApplicationController
|
||||||
caches_page :index
|
|
||||||
|
|
||||||
def index
|
def index
|
||||||
if params[:item_id]
|
if params[:item_id]
|
||||||
@swf_assets = Item.find(params[:item_id]).swf_assets
|
@swf_assets = Item.find(params[:item_id]).swf_assets
|
||||||
|
|
Loading…
Reference in a new issue