Guest User

Untitled

a guest
Jul 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. def search
  2. bing = RBing.new('1F2DDCE3F2B8077381B1CD1A5FF9B34B37F3C173')
  3.  
  4. @rsp1 = bing.image(params[:thing1], :style => 'photo')
  5. @rsp2 = bing.image(params[:thing2], :style => 'photo')
  6.  
  7. @thing1 = params[:thing1]
  8. @thing2 = params[:thing2]
  9. end
Add Comment
Please, Sign In to add comment