Guest User

Untitled

a guest
Jun 17th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. @destination = Destination.find :all, :select => "destinations.cost" :joins => {:rate_card => :cards } :conditions => ["cards.card_number = ? AND destinations.prefix = ?",@pin_from_dtmf,@prefix_from_dtmf]
Add Comment
Please, Sign In to add comment