All pastes #2052010 Raw Edit

Something

public text v1 · immutable
#2052010 ·published 2011-04-29 19:59 UTC
rendered paste body
get "/products_search" do
  unless env["warden"].authenticated?
    return jsonp "UNAUTHENTICATED".to_json
  end            
  #deprecated:  env["warden"].authenticate!
  (...)
  jsonp response.to_jsop
end