Oops, fix item search crash in wardrobe
Oh right, these aren't the weird item proxy thing anymore, stop calling these methods!
This commit is contained in:
parent
4b891b1a91
commit
24511e5cfe
1 changed files with 0 additions and 2 deletions
|
@ -26,12 +26,10 @@ class ItemsController < ApplicationController
|
|||
end
|
||||
}
|
||||
format.json {
|
||||
@items.prepare_method(:as_json)
|
||||
render json: {items: @items, total_pages: @items.total_pages,
|
||||
query: @query.to_s}
|
||||
}
|
||||
format.js {
|
||||
@items.prepare_method(:as_json)
|
||||
render json: {items: @items, total_pages: @items.total_pages,
|
||||
query: @query.to_s},
|
||||
callback: params[:callback]
|
||||
|
|
Loading…
Reference in a new issue